Skip to content

qc app

Manage which application the Cloud CLI operates against within the active organization. Selecting an application also auto-selects its first environment.

Command Description
qc app list List applications in the active organization.
qc app select Switch to a different application.
qc app current Show the active application.

List applications in the active organization, with environment count and deployment status.

Terminal window
qc app list [options]
Flag Description
--org <org> Override the active organization.
--platform <platform> Override the active platform.
Terminal window
qc app list

Switch the active application. Auto-selects the first environment of the chosen application. Pass an appId to switch directly; without one, an interactive picker is shown.

Terminal window
qc app select [appId] [options]
Name Description
appId Application machine name. Omit for interactive selection.
Flag Description
--org <org> Override the active organization.
--platform <platform> Override the active platform.
Terminal window
# Interactive
qc app select
# Direct
qc app select my-app

Show the current active application.

Terminal window
qc app current
  • qc env — environments live within an application.
  • qc org — switch organizations.