The Updatecli Application Dashboard is a frontend application that shows current and expected version for listed application.
The application relies on the file data.json
to generate the list of monitored application in the browser.
The data file relies on Updatecli to be automatically updated.
To use this project, you need to:
-
Add/Remove the application monitored to/from file
public/data.json
then add/remove -
Add/remove Updatecli manifest from directory
updatecli/updatecli.d/
More information on Updatecli
- nodejs
- npm
- updatecli
npm install
npm run serve
npm run build
npm run lint
export UPDATECLI_GITHUB_ACTOR=<your github username>
export UPDATECLI_GITHUB_TOKEN=<your github PAT>
updatecli diff --config updatecli/updatecli.d --values updatecli/values.yaml --experimental
export UPDATECLI_GITHUB_ACTOR=<your github username>
export UPDATECLI_GITHUB_TOKEN=<your github PAT>
updatecli apply --config updatecli/updatecli.d --values updatecli/values.yaml --experimental