Skip to content

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.

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.

List projects in the active organization, with display name, domain, and region.

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

Switch the active project. Pass a projectName to select directly; without one, an interactive picker is shown.

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

Show the current active project.

Terminal window
qc project current
  • qc crawler — run crawlers within a project.
  • qc org — switch organizations.