Commit bf5fddc
committed
docs(docs/admin/users): emit real CSV from users list export
Addresses doc-check feedback on #28098. docs/admin/users/index.md had the same `coder users list > users.csv` pattern (emits a whitespace table, not CSV) that this PR fixes in dx-data-cloud.md. Apply the same jq-based conversion, selecting the default table columns so the output is valid CSV.
> This PR was created with AI assistance (Coder Agents).1 parent 48975a2 commit bf5fddc
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
| 242 | + | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
| |||
0 commit comments