astro config get
info
The behavior and format of this command are the same for both Astro and Software.
View the current configuration of your Astro project as defined in the .astro/config.yaml
file. The configuration in this file contains details about how your project runs in a local Airflow environment, including your Postgres username and password, your Webserver port, and your project name.
Usage
Within your Astro project directory, run:
astro config get <option>
Options
Option | Description | Possible Values |
---|---|---|
-g , --global | View global CLI configuration settings. See Set global configurations. | None |
For a list of available configurations, see Configure the CLI.
Examples
## View the username for your project's postgres user
$ astro config get postgres.user