Version: 2.0.7
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
Admin
Update only OpenAdmin UI (/usr/local/admin/ from stefanpejcic/openadmin):
opencli update --admin
Panel
Update only OpenPanel UI (docker image from openpanel/openpanel-ui):
opencli update --panel
Terminal
Update only OpenCLI (/usr/local/opencli/ from stefanpejcic/opencli):
opencli update --cli
Locales
Update only translation files (locale files from stefanpejcic/openpanel-translations):
opencli update --translations
Was this helpful?