Skip to main content
HomeReferenceCommand Lineorganizations edit

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

Typestring-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

Typebool

Bypass confirmation prompts.

-O, --org

Typestring
Environment$CODER_ORGANIZATION

Select which organization (uuid or name) to use.