Hey @reyrobs, no worries running from the terminal should be good, it was just an example to access containers!
Develop your Astro project is a detailed guide that provides information about adding and organizing Astro project files using Astro CLI, including:
- Adding DAGs
- Adding Python and OS-level packages
- Setting environment variables
- Applying changes
- Running on-build commands
Further, If needed you can use the Astro CLI command astro dev bash to run a bash command into a locally running container.
Also, here are other guides/docs which will be useful for you
With the above you should be all set running Airflow locally using Astro CLI!
I hope this helps!