qc app
Manage which application the Cloud CLI operates against within the active organization. Selecting an application also auto-selects its first environment.
Subcommands
Section titled “Subcommands”| 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. |
qc app list
Section titled “qc app list”List applications in the active organization, with environment count and deployment status.
Synopsis
Section titled “Synopsis”qc app list [options]Options
Section titled “Options”| Flag | Description |
|---|---|
--org <org> |
Override the active organization. |
--platform <platform> |
Override the active platform. |
Example
Section titled “Example”qc app listqc app select
Section titled “qc app select”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.
Synopsis
Section titled “Synopsis”qc app select [appId] [options]Arguments
Section titled “Arguments”| Name | Description |
|---|---|
appId |
Application machine name. Omit for interactive selection. |
Options
Section titled “Options”| Flag | Description |
|---|---|
--org <org> |
Override the active organization. |
--platform <platform> |
Override the active platform. |
Examples
Section titled “Examples”# Interactiveqc app select
# Directqc app select my-appqc app current
Section titled “qc app current”Show the current active application.
Synopsis
Section titled “Synopsis”qc app current