astrocloud dev parse
Description
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
astrocloud 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 |
Examples
# Parse DAGs
astrocloud dev parse
# Specify alternative environment variables
astrocloud dev parse --env=myAlternativeEnvFile.env