Skip to content

Installation

ComponentMinimum version
Node.js18.x or later
npm9.x or later
OSmacOS, Linux, Windows (WSL2 recommended)

Terminal window
npm install -g @orvanta/cli

Verify the installation:

Terminal window
orvanta --version

Authenticate by adding a workspace profile. Create a token first from the Orvanta UI under User Settings → Tokens (or run orvanta user create-token), then:

Terminal window
orvanta workspace add

This walks you through adding a profile, a (name, remote URL, workspace id, token) tuple stored under your config directory (default ~/.config, override with OV_CONFIG_DIR). You can keep several profiles and switch with orvanta workspace switch <name>.

For a self-hosted instance, point the remote at your own URL (e.g. https://orvanta.example.com).


Terminal window
orvanta upgrade