mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
2bd6d2908e
I'm sorry.
786 B
786 B
groups edit
Edit a user group
Usage
coder groups edit [flags] <name>
Options
-a, --add-users
| Type | string-array |
Add users to the group. Accepts emails or IDs.
-u, --avatar-url
| Type | string |
Update the group avatar.
-n, --name
| Type | string |
Update the group name.
-r, --rm-users
| Type | string-array |
Remove users to the group. Accepts emails or IDs.