Skip to main content

atmos list components

purpose

Use this command to list all Atmos components or Atmos components in a specified stack.

atmos list components --help

Usage​

Execute the list components command like this:

atmos list components

This command lists Atmos components in a specified stack.

atmos list components -s <stack>
tip

Run atmos list components --help to see all the available options

Examples​

atmos list components
atmos list components -s tenant1-ue2-dev

Custom Columns for Components​

This configuration customizes the output of atmos list components:

# In atmos.yaml
components:
list:
columns:
- name: Component Name
value: "{{ .component_name }}"
- name: Component Type
value: "{{ .component_type }}"
- name: Component Path
value: "{{ .component_path }}"

Running atmos list components will produce a table with these custom columns.

Flags​

FlagDescriptionAliasRequired
--stackAtmos stack-sno