Note: This is temporary while we have two CLIs (the older one is for current SaaS customers). Eventually this CLI will replace the old one and this step will be unncessary.
Run it to see commands:
$ astro
Create a project:
$ mkdir hello-astro && cd hello-astro
$ astro airflow init
Development
How to get started as a developer.
Build:
$ git clone git@github.com:astronomerio/astro-cli.git
$ cd astro-cli
$ make build