The behavior and format of this command are the same for both Astro and Astro Private Cloud.
astro deployment
astro deployment list
List all Deployments in a Workspace.
List all Deployments within your current Workspace.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List all Deployments in a Workspace.
astro deployment list
| Option | Description | Possible Values |
|---|---|---|
-a,--all | Show Deployments across all Workspaces that you have access to. | None |
--workspace-id | Specify a Workspace to list Deployments outside of your current Workspace | Any valid Workspace ID |
$ astro deployment list --all
# Shows Deployments from all Workspaces that you're authenticated to
| Output | Description | Data Type |
|---|---|---|
NAME | The name of the Deployment. | String |
NAMESPACE | The Deployment’s Kubernetes namespace. | String |
CLUSTER | The name of the Astro cluster where the Deployment runs. | String |
DEPLOYMENT ID | The Deployment ID | String |
RUNTIME VERSION | The Deployment’s Astro Runtime version and its corresponding Airflow version. | String. (X.X.X (based on Airflow X.X.X)) |
DAG DEPLOY ENABLED | Whether the Deployment supports dag deploys. | Boolean |
Was this page helpful?