Skip to main content
Version: 2.1.0

Update

hitechcloudcli update command is used to check if new update is available and to update.

Check if update is available:

hitechcloudcli update --check

Start update immediately if autoupdate or autopatch is enabled:

hitechcloudcli update

Start update immediately, regardless of autoupdate or autopatch setting:

hitechcloudcli update --force

Update only HiTechAdmin UI (/usr/local/admin/ from hitechcloud-vietnam/hitechadmin):

hitechcloudcli update --admin

Update only HiTechCloud UI (docker image from hitechcloud/hitechcloud-ui):

hitechcloudcli update --panel

Update only HiTechCloudCLI (/usr/local/hitechcloudcli/ from hitechcloud-vietnam/hitechcloudcli):

hitechcloudcli update --cli
Was this helpful?