Skip to content

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.

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.

List organizations available to your account, along with your role in each.

Terminal window
qc org list
Terminal window
qc org list

Switch the active organization. Pass an orgId to switch directly; without one, you’ll see an interactive picker.

Terminal window
qc org select [orgId]
Name Description
orgId Organization machine name. Omit for interactive selection.
Terminal window
# Interactive
qc org select
# Direct
qc org select my-org

Show the current active organization.

Terminal window
qc org current