mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
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:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user