Files
coder/docs/cli/groups_edit.md
2023-03-23 17:42:20 -05:00

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.