astro dev parse
Parse the DAGs in a locally hosted Astro project to quickly check them for errors. For more information about testing DAGs locally, read Run Tests with the Astro CLI.
Usage
astro dev parse
Options
Option | Description | Possible Values |
---|---|---|
-e , --env | The filepath to your environment variables. (The default is .env ) | Any valid filepath within your Astro project |
-i , --image-name | The name of a pre-built custom Docker image to use with your project. The image must be available from a Docker registry hosted on your local machine | A valid name for a pre-built Docker image based on Astro Runtime |
Examples
# Parse DAGs
astro dev parse
# Specify alternative environment variables
astro dev parse --env=myAlternativeEnvFile.env