Good day.
When I try to create a new deployment using Astro CLI, I always face problem where I cannot use --wait and --deployment-file options at the same time:
astro deployment create --wait --deployment-file airflow_config.yaml
shell: /usr/bin/bash -e {0}
env:
AWS_REGION_NAME: us-west-2
Error: --deployment-file can not be used with other arguments
...
Error: Process completed with exit code 1.
Can you explain me if there is a way to set waiting for positive status in deployment-file?
-i, --wait Wait for the Deployment to become healthy before ending the command