From 5b28548d1c3d7115cf105e8110820f8cb40659c2 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 2 Apr 2026 17:11:51 +0100 Subject: [PATCH] chore(docs): fix sample command to grant role (#23987) Fixes the sample bash one-liner. `--status` does not exist (yet) apparently. --- docs/ai-coder/agents/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai-coder/agents/getting-started.md b/docs/ai-coder/agents/getting-started.md index 449eee721a..1a65ca3860 100644 --- a/docs/ai-coder/agents/getting-started.md +++ b/docs/ai-coder/agents/getting-started.md @@ -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" \