Files
coder/cli/testdata/coder_users_edit-roles_--help.golden
T
2025-04-15 18:30:20 -04:00

19 lines
456 B
Plaintext

coder v0.0.0-devel
USAGE:
coder users edit-roles [flags] <username|user_id>
Edit a user's roles by username or id
OPTIONS:
--roles string-array
A list of roles to give to the user. This removes any existing roles
the user may have. The available roles are: auditor, member, owner,
template-admin, user-admin.
-y, --yes bool
Bypass prompts.
———
Run `coder --help` for a list of global options.