atmos config format
Format the active atmos.yaml file in place, preserving comments, anchors, Atmos YAML
functions, and Go templates.
Usage
atmos config format
The fmt alias is also accepted.
Examples
atmos config format
atmos --config ./config/atmos.yaml config format
Flags
--config(string slice, inherited)- Target a specific
atmos.yamlfile instead of the one discovered in the current directory or git root. Must name exactly one file:config formatedits a single concrete file on disk, so passing more than one--configvalue is rejected as ambiguous.