Skip to content

archgate upgrade

Upgrade Archgate to the latest version via npm.

Terminal window
archgate upgrade

Checks the npm registry for the latest published version. If a newer version is available, runs npm install -g archgate@latest to upgrade. If already up-to-date, prints a message and exits.

Terminal window
archgate upgrade
Checking for latest Archgate release...
Upgrading 0.3.0 -> 0.4.0...
Archgate upgraded to 0.4.0 successfully.