Files
coder/docs/reference/cli/organizations_roles_edit.md
T
Steven Masley be516f9686 chore: unhide multi-organization cli commands (#14693)
* chore: unhide multi-organization cli commands

Multi-org is going into GA, unhide cli commands
2024-09-17 10:22:20 -05:00

1.5 KiB
Generated

organizations roles edit

Edit an organization custom role

Usage

coder organizations roles edit [flags] <role_name>

Description

  - Run with an input.json file:

     $ coder roles edit --stdin < role.json

Options

-y, --yes

Type bool

Bypass prompts.

--dry-run

Type bool

Does all the work, but does not submit the final updated role.

--stdin

Type bool

Reads stdin for the json role definition to upload.

-c, --column

Type [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.

-o, --output

Type table|json
Default table

Output format.