Skip to content

Commit d97cfe5

Browse files
Update website/docs/cli/commands/list/usage.mdx
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>
1 parent a47bc9e commit d97cfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/cli/commands/list/usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ The appearance of the output table depends on whether `atmos` detects an interac
135135
## Troubleshooting & Tips
136136

137137
- **Blank Columns:** If a column appears empty, double-check the template variable name (`{{ .variable }}`) against the [YAML Template Syntax](#yaml-template-syntax) section for the specific command. Ensure the data context actually contains that variable for the items being listed.
138-
- **Inspecting Available Data:** Use the command with `--format json` or `--format yaml` (e.g., `atmos list stacks --format json`) to see the raw data structure and available fields you can use in your templates.
138+
- **Inspecting Available Data:** Use the `describe` command with `--format json` or `--format yaml` (e.g., `atmos describe stacks --format json`) to see the raw data structure and available fields you can use in your templates.
139139
- **Wide Tables:** If the table is too wide for your terminal or you encounter errors about content width:
140140
- Reduce the number of columns defined in your `atmos.yaml`.
141141
- Use a different output format like `json` or `yaml`.

0 commit comments

Comments
 (0)