organizations edit
Edit organization settings.
Usage
coder organizations edit [flags]
Description
- Replace the roles every member of the organization holds:
$ coder organizations edit --default-org-member-roles organization-workspace-access,organization-template-admin
- Grant members no roles at all:
$ coder organizations edit --default-org-member-roles ""
Options
--default-org-member-roles
| Type | string-array |
Replaces the roles every member of the organization holds. Accepts a comma-separated list and may be repeated. An empty value removes every role. New organizations start with organization-workspace-access, which grants members access to their own workspaces.
-y, --yes
| Type | bool |
Bypass confirmation prompts.
-O, --org
| Type | string |
| Environment | $CODER_ORGANIZATION |
Select which organization (uuid or name) to use.

