astro deployment list
List all Deployments within your current Workspace.
Usage
astro deployment list
Options
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 |
Examples
$ astro deployment list --all
# Shows Deployments from all Workspaces that you're authenticated to
Output
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 |