Skip to main content

atmos describe config

Purpose

Use this command to show the final (deep-merged) CLI configuration of all atmos.yaml file(s).


atmos describe config --help

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

FlagDescriptionAliasRequired
--formatOutput format: json or yaml (json is default)-fno