chore(docs): fix sample command to grant role (#23987)

Fixes the sample bash one-liner. `--status` does not exist (yet)
apparently.
This commit is contained in:
Cian Johnston
2026-04-02 17:11:51 +01:00
committed by GitHub
parent b5da77ff55
commit 5b28548d1c
+1 -1
View File
@@ -101,7 +101,7 @@ bulk via the CLI.
To grant the role to all active users at once:
```sh
coder users list --status active -o json \
coder users list -o json \
| jq -r '.[].username' \
| while read u; do
coder users edit-roles "$u" \