Commands
studio update
Update the currently installed global downcity CLI bundle to the latest version
studio update
Update the currently installed global downcity CLI bundle to the latest version.
By default, Downcity detects both the package manager and the installed package name. If you installed the CLI from downcity, studio update upgrades downcity;
Usage
studio updatestudio update --manager npmstudio update --manager pnpmOptions
--manager <manager>: chooseauto,npm, orpnpm(default:auto)
Important behavior
studio updateupdates only the currently installed global CLI package.- It does not automatically restart already running Studio runtime / Console processes.
- After update completes, run
studio restartif you want running processes to load the new version.
Related commands
Example output
$ studio update
studio v1.0.0
Updating downcity
manager npm
command npm install -g downcity@latest
Downcity updated
package downcity@latest
manager npm
note If Studio runtime / Console is already running, use `studio restart` to load the new version.