[enhancement]: get available update/upgrades via cli
Closed this issue · 3 comments
No existing issues.
- There is no existing issue for my request.
Description
Is there a possibility to check if there are any updates to iobroker itself and the installed adapters via cli? I did not find it. The only thing I found was the iobroker upgrade all
command, but there is no "-no" Option to force alö answers to now, so that I could parse the output ro something..
Why?
I what to automaticly monitor the update status of my iobroker status without the need to browe to the webgui
How?
A possible way could be the mentioned iobroker upgrade all
command with a --no option.
Alternativly there could be a separate subcommand e.g.: iobroker check-upgrades
which could printout a list of available upgrade/updates.
iobroker --help
gives you an overview and you are looking for iob update
Thank you!
@Sen5ation
If you want to monitor using js-adapter you could use the state admin.0.info.updatesList or updatesJson too.