astro dev bash
The behavior and format of this command are the same for both Astro and Software.
Run a bash command in a locally running Docker container for an Airflow component. This command is equivalent to running docker exec -it <container-id>
.
Usage
In a locally running Astro project, run:
By default, the command execs into the scheduler container and prompts you to run a bash command. To run a command in a different container, you have to specify a different container flag.