qc org
Manage which organization the Cloud CLI operates against. Most other commands run within the active organization; switching here changes the default for app, env, project, and others.
Subcommands
Section titled “Subcommands”| Command | Description |
|---|---|
qc org list |
List organizations you have access to. |
qc org select |
Switch to a different organization. |
qc org current |
Show the active organization. |
qc org list
Section titled “qc org list”List organizations available to your account, along with your role in each.
Synopsis
Section titled “Synopsis”qc org listExample
Section titled “Example”qc org listqc org select
Section titled “qc org select”Switch the active organization. Pass an orgId to switch directly; without one, you’ll see an interactive picker.
Synopsis
Section titled “Synopsis”qc org select [orgId]Arguments
Section titled “Arguments”| Name | Description |
|---|---|
orgId |
Organization machine name. Omit for interactive selection. |
Examples
Section titled “Examples”# Interactiveqc org select
# Directqc org select my-orgqc org current
Section titled “qc org current”Show the current active organization.
Synopsis
Section titled “Synopsis”qc org currentSee also
Section titled “See also”qc app— applications live within an organization.qc project— projects also live within an organization.- Get started — project configuration — how
.quant.ymlinteracts withorg select.
