Skip to content

orvanta workspace

A workspace profile is how the CLI authenticates: 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 between them.

Terminal window
orvanta workspace <subcommand> [options]

Create a workspace token from the Orvanta UI under User Settings → Tokens, or from the CLI with orvanta user create-token.

Add a workspace profile. Run interactively, or pass the values directly.

Terminal window
orvanta workspace add [workspace_name] [workspace_id] [remote]

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

Switch the active workspace profile.

Terminal window
orvanta workspace switch <workspace_name>

List local workspace profiles. Use list-remote to see workspaces you can access on the server.

Terminal window
orvanta workspace list
orvanta workspace list-remote

Show the currently active user.

Terminal window
orvanta workspace whoami

Remove a local workspace profile.

Terminal window
orvanta workspace remove <workspace_name>
  • CLI Overview — Global options and the core loop.
  • Sync — Push and pull changes once a workspace is connected.