Neel Dalsania
Neel Dalsania
- [x] I have checked that a similar [feature request](https://github.com/astronomer/astro-cli/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22) does not already exist. **✍️ Is your feature request related to a problem? Please describe.** This is a placeholder ticket...
As of now the create/update/logs deployment methods take in a load of individual arguments which are deployment properties, these arguments should be consolidated into a struct which would simplify calling...
In Astro CLI we currently support Hosted deployment creation for GCP & AWS, but there is no reason to block it for Azure. We already support Azure Hosted Deployment updates...
Or 1.23 if that's out by the time this issue is picked. Also, see if we could utilize the auto-updater being used in Astro mono repo
## Description: The existing unit tests in the `cloud/deployment/deployment_test.go` leak state between tests, and also have scope to move some of the tests to table-driven tests to reduce the duplicated...
## Description > Describe the purpose of this pull request. Changes: - Fix the issue with all the worker queues being created with the configuration of the first queue in...
When deploying images to the registry, sometimes there are 5xx errors returned from the registry for various reasons which are mostly intermittent, Astro CLI should look to retry with a...
As of now, when there are uncommitted changes in the local Astro project, and the user tries `astro deploy` without `-f` flag, then Astro CLI logs an error message about...