mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
40 lines
938 B
Markdown
Generated
40 lines
938 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# groups create
|
|
|
|
Create a user group
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder groups create [flags] <name>
|
|
```
|
|
|
|
## Options
|
|
|
|
### -u, --avatar-url
|
|
|
|
| | |
|
|
|-------------|--------------------------------|
|
|
| Type | <code>string</code> |
|
|
| Environment | <code>$CODER_AVATAR_URL</code> |
|
|
|
|
Set an avatar for a group.
|
|
|
|
### --display-name
|
|
|
|
| | |
|
|
|-------------|----------------------------------|
|
|
| Type | <code>string</code> |
|
|
| Environment | <code>$CODER_DISPLAY_NAME</code> |
|
|
|
|
Optional human friendly name for the group.
|
|
|
|
### -O, --org
|
|
|
|
| | |
|
|
|-------------|----------------------------------|
|
|
| Type | <code>string</code> |
|
|
| Environment | <code>$CODER_ORGANIZATION</code> |
|
|
|
|
Select which organization (uuid or name) to use.
|