Update
opencli update
command is used to check if new update is available and to update.
Check if update is available:
bash
opencli update --check
Start update immediately if autoupdate
or autopatch
is enabled:
bash
opencli update
Start update immediately:
bash
opencli update --force