Skip to content

Install and update

Install the Operately CLI globally with npm:

npm install -g @operately/operately-cli

The package installs both operately and op.

Verify the installation#

Check that the CLI is available and print its current version:

operately --version

If that prints a version number, the CLI is installed and ready to use.

Update the CLI#

To update an existing installation, use either of these commands:

npm update -g @operately/operately-cli
npm install -g @operately/operately-cli@latest

After updating, verify the installed version again:

operately --version

Next steps#