mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
ae7afd1aa0
Closes #14239
45 lines
790 B
Markdown
Generated
45 lines
790 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# organizations roles create
|
|
|
|
Create a new organization custom role
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder organizations roles create [flags] <role_name>
|
|
```
|
|
|
|
## Description
|
|
|
|
```console
|
|
- Run with an input.json file:
|
|
|
|
$ coder organization -O <organization_name> roles create --stidin < role.json
|
|
```
|
|
|
|
## Options
|
|
|
|
### -y, --yes
|
|
|
|
| | |
|
|
|------|-------------------|
|
|
| Type | <code>bool</code> |
|
|
|
|
Bypass prompts.
|
|
|
|
### --dry-run
|
|
|
|
| | |
|
|
|------|-------------------|
|
|
| Type | <code>bool</code> |
|
|
|
|
Does all the work, but does not submit the final updated role.
|
|
|
|
### --stdin
|
|
|
|
| | |
|
|
|------|-------------------|
|
|
| Type | <code>bool</code> |
|
|
|
|
Reads stdin for the json role definition to upload.
|