mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
A simple typo fix to the help text
stidin > stdin
```
➜ coder git:(org_role_fix) ✗ coder organizations roles create -h
coder v2.29.1+59cdd7e
USAGE:
coder organizations roles create [flags] <role_name>
Create a new organization custom role
- Run with an input.json file:
$ coder organization -O <organization_name> roles create --stidin < role.json
```
25 lines
538 B
Plaintext
25 lines
538 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder organizations roles create [flags] <role_name>
|
|
|
|
Create a new organization custom role
|
|
|
|
- Run with an input.json file:
|
|
|
|
$ coder organization -O <organization_name> roles create --stdin <
|
|
role.json
|
|
|
|
OPTIONS:
|
|
--dry-run bool
|
|
Does all the work, but does not submit the final updated role.
|
|
|
|
--stdin bool
|
|
Reads stdin for the json role definition to upload.
|
|
|
|
-y, --yes bool
|
|
Bypass prompts.
|
|
|
|
———
|
|
Run `coder --help` for a list of global options.
|