mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
ae7afd1aa0
Closes #14239
30 lines
811 B
Plaintext
30 lines
811 B
Plaintext
coder v0.0.0-devel
|
|
|
|
USAGE:
|
|
coder organizations roles update [flags] <role_name>
|
|
|
|
Update an organization custom role
|
|
|
|
- Run with an input.json file:
|
|
|
|
$ coder roles update --stdin < role.json
|
|
|
|
OPTIONS:
|
|
-c, --column [name|display name|organization id|site permissions|organization permissions|user permissions] (default: name,display name,site permissions,organization permissions,user permissions)
|
|
Columns to display in table output.
|
|
|
|
--dry-run bool
|
|
Does all the work, but does not submit the final updated role.
|
|
|
|
-o, --output table|json (default: table)
|
|
Output format.
|
|
|
|
--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.
|