# organizations roles create Create a new organization custom role ## Usage ```console coder organizations roles create [flags] ``` ## Description ```console - Run with an input.json file: $ coder organization -O 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.