atmos list stacks
Purpose
Use this command to list Atmos stacks.
Usage​
Execute the list stacks
command like this:
atmos list stacks
To view all stacks for a provided component, execute the list stacks
command like this:
atmos list stacks -c <component>
tip
Run atmos list stacks --help
to see all the available options
Examples​
atmos list stacks
atmos list stacks -c vpc
Customizing Output Columns​
This configuration customizes the output of atmos list stacks
:
# In atmos.yaml
stacks:
list:
format: table
columns:
- name: Stack Name
value: "{{ .stack_name }}"
- name: Configuration Path
value: "{{ .stack_path }}"
When you run atmos list stacks
, the output table will have columns titled "Stack Name" and "Configuration Path".
Flags​
Flag | Description | Alias | Required |
---|---|---|---|
--component | Atmos component | -c | no |