Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The behavior and format of this command are the same for both Astro and Astro Private Cloud.
Usage
Options
| Option | Description | Possible Values |
|---|---|---|
-d, --dag-file | The location of your dag file. When you specify this flag, only the specified dag is parsed by the Astro CLI. All other dags in the project are ignored. | Any valid dag file in your dags directory. |
-e,--env | Path to an alternative environment variable file. The default is .env in your current Astro project. | Any valid filepath. |
--execution-date | The execution date for the dag run. | An execution date formatted as either YYYY-MM-DD, YYYY-MM-DDTHH:MM:SS. or YYYY-MM-DD HH:MM:SS. |
--no-cache | Build your Astro project into a Docker image without using cache. | None. |
-s, --settings-file | An alternative settings file from which Airflow objects are imported. The default is airflow_settings.yaml in your current Astro project. | Any valid filepath. |