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

786 B
Generated

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.