archgate upgrade
Upgrade Archgate to the latest version via npm.
archgate upgradeChecks 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.
Example
Section titled “Example”archgate upgradeChecking for latest Archgate release...Upgrading 0.3.0 -> 0.4.0...Archgate upgraded to 0.4.0 successfully.