Updater CLI — Command Reference

Description:
The updater is a Creatio command-line utility used to maintain and perform updates of the local file system.
Commands execution example: dotnet Updater.dll < command >
Commands:
Full Name:               Short Name:         Description:
---------------------------------------------------------------------------
--update                 run-update          Starts the update procedure; automatically downloads missing update packages/scenarios first
--download               run-download        Downloads all required prerequisites for the update
--changelog              run-changelog       Displays updater changelog
--remove-rollback-marker rm-marker           Forces removal of the rollback marker after a failed update

Configuration overrides:
Any configuration value (appsettings.json) can be overridden with an argument in the --<key>=<value> form, standalone or combined with a command.
Example: dotnet Updater.dll --update --stopAppPoolTries=3 -s

Author:
Creatio
