[X] I have checked that a similar feature request does not already exist.
✍️ Is your feature request related to a problem? Please describe.
It is not currently possible to list Astro Clusters using the CLI.
It is not possible to authorize a Workspace to use a Cluster either.
This creates a massive problem for any customer wishing to automate end-to-end Astro environment creation for new teams.
Customers' automation workflow typically looks like this in Jenkins, GH Actions, etc. :
Customer manually reaches out to Support to create a new Cluster
Use the CLI to create a new Workspace
Use the CLI to authorize the Workspace to create Deployments on the Cluster (this can't be done currently)
Use the CLI to create a new Deployment
Use the CLI to create Deployment-level keys
Configure your Deployment CI/CD pipeline with Deployment info & Deployment-level keys
🧩 Describe the solution you'd like
Implement the astro cluster ... commands to allow the following actions:
List available clusters in an organization
Authorize a Workspace
🤔 Describe alternatives you've considered
Currently there are no alternatives for this and customers must manually perform the required actions.
Alternatives will include using the Astro API or the Terraform provider when they are available.
Is your feature request specific to a particular Astronomer Platform?
✍️ Is your feature request related to a problem? Please describe. It is not currently possible to list Astro Clusters using the CLI. It is not possible to authorize a Workspace to use a Cluster either. This creates a massive problem for any customer wishing to automate end-to-end Astro environment creation for new teams.
Customers' automation workflow typically looks like this in Jenkins, GH Actions, etc. :
🧩 Describe the solution you'd like
Implement the
astro cluster ...
commands to allow the following actions:🤔 Describe alternatives you've considered
Is your feature request specific to a particular Astronomer Platform?
💡 Additional context