You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/cli/commands/list/usage.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ The appearance of the output table depends on whether `atmos` detects an interac
135
135
## Troubleshooting & Tips
136
136
137
137
-**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.
139
139
-**Wide Tables:** If the table is too wide for your terminal or you encounter errors about content width:
140
140
- Reduce the number of columns defined in your `atmos.yaml`.
141
141
- Use a different output format like `json` or `yaml`.
0 commit comments