mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
docs: move api and cli docs routes to reference/ (#14241)
This commit is contained in:
committed by
GitHub
parent
6f9b1a39f4
commit
48f29a1995
40
docs/reference/cli/groups_create.md
generated
Normal file
40
docs/reference/cli/groups_create.md
generated
Normal file
@ -0,0 +1,40 @@
|
||||
<!-- 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.
|
Reference in New Issue
Block a user