For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Run Airflow CLI commands in your local Airflow environment. This command is for local development only and cannot be applied to Deployments running on Astro.
Usage
1
astro dev run <airflow-command>
Examples
1
$ astro dev run users create --role Admin --username admin --email <your-email-address> --firstname <your-first-name> --lastname <your-last-name> --password admin
2
# Create a user in your local Airflow environment using the `airflow user create` Airflow CLI command
3
4
$ astro dev run connections export - --file-format=env --serialization-format=json
5
# Export connections in your local Airflow environment to STDOUT in a JSON format
6
7
$ astro dev run connections export - --file-format=env
8
# Export connections in your local Airflow environment to STDOUT in the default URI format