Files
coder/docs/reference/cli/organizations_roles_create.md
T
Asher 4d414a0df7 feat: add --use-parameter-defaults flag (#21119)
This is like `--yes`, but for parameter prompts.
2026-01-16 17:04:57 -09:00

802 B
Generated

organizations roles create

Create a new organization custom role

Usage

coder organizations roles create [flags] <role_name>

Description

  - Run with an input.json file:

     $ coder organization -O <organization_name> roles create --stdin < role.json

Options

-y, --yes

Type bool

Bypass confirmation 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.