mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
46 lines
786 B
Markdown
Generated
46 lines
786 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# groups edit
|
|
|
|
Edit a user group
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder groups edit [flags] <name>
|
|
```
|
|
|
|
## Options
|
|
|
|
### -a, --add-users
|
|
|
|
| | |
|
|
| ---- | ------------------------- |
|
|
| Type | <code>string-array</code> |
|
|
|
|
Add users to the group. Accepts emails or IDs.
|
|
|
|
### -u, --avatar-url
|
|
|
|
| | |
|
|
| ---- | ------------------- |
|
|
| Type | <code>string</code> |
|
|
|
|
Update the group avatar.
|
|
|
|
### -n, --name
|
|
|
|
| | |
|
|
| ---- | ------------------- |
|
|
| Type | <code>string</code> |
|
|
|
|
Update the group name.
|
|
|
|
### -r, --rm-users
|
|
|
|
| | |
|
|
| ---- | ------------------------- |
|
|
| Type | <code>string-array</code> |
|
|
|
|
Remove users to the group. Accepts emails or IDs.
|