Skip to content

Commit

Permalink
Merge pull request #542 from mattuschek/patch-2
Browse files Browse the repository at this point in the history
Update cli.md - Added "iobroker nodejs-update"
  • Loading branch information
GermanBluefox authored Aug 26, 2024
2 parents df874d7 + ca9b0c3 commit 8200a6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/en/config/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Following commands are possible:
- [iobroker upgrade \[repository url\]](#iobroker-upgrade)
- [iobroker upgrade self \[repository url\]](#iobroker-upgrade-self)
- [iobroker upgrade adapterName \[repository url\]](#iobroker-upgrade-adaptername)
- [iobroker nodejs-update](#iobroker-nodejs-update)
- [iobroker object get objectId](#iobroker-object-get)
- [iobroker object chmod \<object-mode\> \[state-mode\] \<id\>](#iobroker-object-chmod)
- [iobroker object chown \<user\> \<group\> \<id\>](#iobroker-object-chown)
Expand Down Expand Up @@ -281,6 +282,11 @@ This command upgrades specified adapter to version, that will be found in reposi
- ```iobroker upgrade email``` - upgrade ioBroker.email adapter to version in the configured repository.
- ```iobroker upgrade email https://raw.githubusercontent.com/ioBroker/ioBroker.js-controller/master/conf/sources-dist.json``` - upgrade ioBroker.email adapter to version from on-line repository.

## iobroker nodejs-update
This command upgrades Node.js to version, that will be found in repository.

- ```iobroker nodejs-update``` - upgrade Node.js to version in the configured repository.

## iobroker object get
Full syntax: ```iobroker get objectId```

Expand Down

0 comments on commit 8200a6b

Please sign in to comment.