astro dev bash
Run a bash command in an Airflow component's Docker container.
astro dev init
Initialize an Astro project.
astro dev kill
Force-stop and remove all locally running Airflow containers.
astro dev logs
Show logs for Airflow components.
astro dev object export
Export Airflow objects from a local Airflow environment.
astro dev object import
Import Airflow objects from a configuration file.
astro dev parse
Parse the DAGs to check for errors in a local Airflow environment.
astro dev ps
List all running Docker containers in your local Airflow environment.
astro dev pytest
Run unit tests with pytest for DAGs in a local Airflow environment.
astro dev restart
Restart a local Airflow environment.
astro dev run
Run Airflow CLI commands in a local Airflow environment.
astro dev start
Build your Astro project and start a local Airflow environment.
astro dev stop
Pause all local Airflow Docker containers.
astro dev upgrade-test
Test your Astro project before upgrading to a new Astro Runtime version.