Skip to content

Commit 35ed6ad

Browse files
committed
chore: make gen
1 parent c4d3806 commit 35ed6ad

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
coder v0.0.0-devel
22

33
USAGE:
4-
coder users edit-roles <username|user_id>
4+
coder users edit-roles [flags] <username|user_id>
55

66
Edit a user's roles by username or id
77

8+
OPTIONS:
9+
--roles string-array
10+
A list of roles to give to the user. This removes any existing roles
11+
the user may have. The available roles are: auditor, member, owner,
12+
template-admin, user-admin.
13+
14+
-y, --yes bool
15+
Bypass prompts.
16+
817
———
918
Run `coder --help` for a list of global options.

docs/reference/cli/users_edit-roles.md

+19-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)