Version: 1.7.50
Update
opencli update command is used to check if new update is available and to update.
Check if update is available:
opencli update --check
Start update immediately if autoupdate or autopatch is enabled:
opencli update
Start update immediately, regardless of autoupdate or autopatch setting:
opencli update --force
Update only OpenAdmin UI (/usr/local/admin/ from stefanpejcic/openadmin):
opencli update --admin
Update only OpenPanel UI (docker image from openpanel/openpanel-ui):
opencli update --panel
Update only OpenCLI (/usr/local/opencli/ from stefanpejcic/opencli):
opencli update --cli
Was this helpful?