Commit f930866
authored
fix(docs): correct broken CLI commands and flags from drift sweep (backport to release/2.34) (#28173)
Backport of #28098 to `release/2.34` (ESR).
Cherry-picked `58de9ab8f87e` from `main` via `git cherry-pick -x`. Three
of the five files applied cleanly.
**Conflicts resolved manually:**
`docs/admin/integrations/dx-data-cloud.md` and
`docs/admin/users/index.md`. On `release/2.34` both blocks use a `
```shell ` fence where `main` uses ` ```sh `; that fence difference is
an unrelated cross-branch divergence. This backport keeps 2.34's
existing `shell` fence (which also matches the neighboring code blocks
in those files) and applies #28098's intended change: replacing the
broken `coder users list > users.csv` with the `coder users list
--output json | jq ... | @csv > users.csv` pipeline. The resulting
commit touches the same five files with the same insertion/deletion
counts as the original squash.
The `backport` label on the original merged PR did not produce a 2.34
backport, so this is created by hand. 2.34 is listed in
`scripts/release_channels/esr_versions.txt`, so it is a valid backport
target.
- Original PR: #28098
- Tracking: DOCS-651
> This PR was created with AI assistance (Coder Agents).1 parent 54c8074 commit f930866
5 files changed
Lines changed: 9 additions & 10 deletions
File tree
- docs
- admin
- infrastructure
- integrations
- users
- ai-coder
- user-guides/workspace-access
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
| 237 | + | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | 102 | | |
106 | 103 | | |
107 | 104 | | |
| |||
229 | 226 | | |
230 | 227 | | |
231 | 228 | | |
232 | | - | |
| 229 | + | |
233 | 230 | | |
234 | 231 | | |
235 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments