CLI referenceastro deploymentastro deployment listCopy pageThe behavior and format of this command are the same for both Astro and Software. List all Deployments within your current Workspace. Usage 1astro 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 1$ astro deployment list --all2# Shows Deployments from all Workspaces that you're authenticated to Output OutputDescriptionData TypeNAMEThe name of the Deployment.StringNAMESPACEThe Deployment’s Kubernetes namespace.StringCLUSTERThe name of the Astro cluster where the Deployment runs.StringDEPLOYMENT IDThe Deployment IDStringRUNTIME 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 Related Commands astro login astro deploy