qc project
Manage QuantCDN projects within the active organization. Projects are CDN delivery targets — separate from Quant Cloud applications. Selecting a project sets context for qc crawler and other project-scoped commands.
Subcommands
Section titled “Subcommands”| Command | Description |
|---|---|
qc project list |
List projects in the active organization. |
qc project select |
Set the active project. |
qc project current |
Show the active project. |
qc project list
Section titled “qc project list”List projects in the active organization, with display name, domain, and region.
Synopsis
Section titled “Synopsis”qc project 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 project listqc project select
Section titled “qc project select”Switch the active project. Pass a projectName to select directly; without one, an interactive picker is shown.
Synopsis
Section titled “Synopsis”qc project select [projectName] [options]Arguments
Section titled “Arguments”| Name | Description |
|---|---|
projectName |
Project 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 project select
# Directqc project select my-projectqc project current
Section titled “qc project current”Show the current active project.
Synopsis
Section titled “Synopsis”qc project currentSee also
Section titled “See also”qc crawler— run crawlers within a project.qc org— switch organizations.
