astro deployment airflow-variable copy
This command is only available on Astro.
Copy Airflow variables from one Astro Deployment to another. Airflow variables are stored in the target Deployment’s metadata database and appear in the Airflow UI.
Usage
This command only copies Airflow variables that were configured through the Airflow UI or Airflow REST API
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.