astro deployment pool copy
Copy Airflow pools from one Astro Deployment to another. Airflow pools are stored in the target Deployment’s metadata database and appear in the Airflow UI.
Usage
This command only copies Airflow pools that were configured through the Airflow UI or otherwise stored in the Airflow metadata database.
This command is recommended for automated workflows. To run this command in an automated process such as a CI/CD pipeline, you can generate an API token, then specify the ASTRO_API_TOKEN
environment variable in the system running the Astro CLI:
See Organization, Workspace, and Deployment API token documentation for more details about ways to use API tokens.