atmos describe config
Purpose
Use this command to show the final (deep-merged) CLI configuration of all atmos.yaml
file(s).
Usage​
Execute the describe config
command like this:
atmos describe config [options]
This command shows the final (deep-merged) CLI configuration (from atmos.yaml
file(s)).
tip
Run atmos describe config --help
to see all the available options
Examples​
atmos describe config
atmos describe config -f yaml
atmos describe config --format yaml
atmos describe config -f json
Flags​
Flag | Description | Alias | Required |
---|---|---|---|
--format | Output format: json or yaml (json is default) | -f | no |