Files
coder/docs/reference/cli/organizations_roles_create.md
T
Rowan Smith 81cbf03a52 chore: fix typo in organization roles create help text (#21352)
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 
```
2025-12-22 11:24:00 +11:00

789 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 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.