astrocloud dev start
Description
Build your Astro project into a Docker image and spin up local a local Docker container for each Airflow component.
This command can be used to rebuild an Astro project and run it locally. For more information, read Develop and Run a Project Locally.
Usage
astrocloud dev start
Options
Option | Description | Possible Values |
---|---|---|
-e ,--env | Path to your environment variable file. Default is .env | Valid filepaths |
Examples
$ astrocloud dev start --env=/users/username/documents/myfile.env