mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
4c1e63aae8
* feat: add display_name field to groups This is a non-unique human friendly group name for display purposes. This means a display name can be used instead of using an environment var to remap groups with OIDC names to Coder names. Now groups can retain the OIDC name for mapping, and use a display name for display purposes.
320 B
320 B
Usage: coder groups create [flags] <name>
Create a user group
Options
-u, --avatar-url string, $CODER_AVATAR_URL
Set an avatar for a group.
--display-name string, $CODER_DISPLAY_NAME
Optional human friendly name for the group.
---
Run `coder --help` for a list of global options.
Create a user group
Options
-u, --avatar-url string, $CODER_AVATAR_URL
Set an avatar for a group.
--display-name string, $CODER_DISPLAY_NAME
Optional human friendly name for the group.
---
Run `coder --help` for a list of global options.