mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
4d414a0df7
This is like `--yes`, but for parameter prompts.
29 lines
534 B
Markdown
Generated
29 lines
534 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# users edit-roles
|
|
|
|
Edit a user's roles by username or id
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder users edit-roles [flags] <username|user_id>
|
|
```
|
|
|
|
## Options
|
|
|
|
### -y, --yes
|
|
|
|
| | |
|
|
|------|-------------------|
|
|
| Type | <code>bool</code> |
|
|
|
|
Bypass confirmation prompts.
|
|
|
|
### --roles
|
|
|
|
| | |
|
|
|------|---------------------------|
|
|
| Type | <code>string-array</code> |
|
|
|
|
A list of roles to give to the user. This removes any existing roles the user may have.
|