Devver Docs

devver org

Switch between Devver organisations.

devver org <subcommand>

Subcommands

list

Lists all organisations your account belongs to and lets you switch the active one interactively.

devver org list

After selecting an organisation, the CLI refreshes your access token to be scoped to the new org. All subsequent commands (projects, secrets, deployments) will operate in the context of the selected organisation.

Example

? Select an organisation
  › Devver-Inc  ← (current)
    acme-corp
    my-personal-org

Switching organisations automatically refreshes your access token. You do not need to run devver auth login again.

On this page