coder v0.0.0-devel USAGE: coder organizations roles create [flags] Create a new organization custom role - Run with an input.json file: $ coder organization -O roles create --stdin < role.json OPTIONS: --dry-run bool Does all the work, but does not submit the final updated role. --stdin bool Reads stdin for the json role definition to upload. -y, --yes bool Bypass confirmation prompts. ——— Run `coder --help` for a list of global options.