Skip to main content

Documentation Index

Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The behavior and format of this command are the same for both Astro and Astro Private Cloud.
List all Deployments within your current Workspace.

Usage

astro deployment list

Options

OptionDescriptionPossible Values
-a,--allShow Deployments across all Workspaces that you have access to.None
--workspace-idSpecify a Workspace to list Deployments outside of your current WorkspaceAny valid Workspace ID

Examples

$ astro deployment list --all
# Shows Deployments from all Workspaces that you're authenticated to

Output

OutputDescriptionData Type
NAMEThe name of the Deployment.String
NAMESPACEThe Deployment’s Kubernetes namespace.String
CLUSTERThe name of the Astro cluster where the Deployment runs.String
DEPLOYMENT IDThe Deployment IDString
RUNTIME VERSIONThe Deployment’s Astro Runtime version and its corresponding Airflow version.String. (X.X.X (based on Airflow X.X.X))
DAG DEPLOY ENABLEDWhether the Deployment supports dag deploys.Boolean