mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
5bf46f360a
* chore: remove org context switcher in the cli
1.3 KiB
Generated
1.3 KiB
Generated
groups edit
Edit a user group
Usage
coder groups edit [flags] <name>
Options
-n, --name
| Type | string |
Update the group name.
-u, --avatar-url
| Type | string |
Update the group avatar.
--display-name
| Type | string |
| Environment | $CODER_DISPLAY_NAME |
Optional human friendly name for the group.
-a, --add-users
| Type | string-array |
Add users to the group. Accepts emails or IDs.
-r, --rm-users
| Type | string-array |
Remove users to the group. Accepts emails or IDs.
-O, --org
| Type | string |
| Environment | $CODER_ORGANIZATION |
Select which organization (uuid or name) to use.