Downcity
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 update
studio update --manager npm
studio update --manager pnpm

Options

  • --manager <manager>: choose auto, npm, or pnpm (default: auto)

Important behavior

  • studio update updates only the currently installed global CLI package.
  • It does not automatically restart already running Studio runtime / Console processes.
  • After update completes, run studio restart if you want running processes to load the new version.

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.