DEMO A showcase of hev ask⌘K agentic search — running on Coder's real docs. Unaffiliated with Coder; not the official documentation. Official Coder docs ↗ Add ask to your docs ↗
Documentation › organizations roles create

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

Typebool

Bypass confirmation prompts.

—dry-run

Typebool

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

—stdin

Typebool

Reads stdin for the json role definition to upload.

esc