Files
coder/docs/reference/cli/organizations_show.md
T
Steven Masley 938c2080f3 feat: configurable default org member roles (#25994)
Refs #25936. 
Adds a configurable per-org default member role set. Unioned into each member's effective roles at read time.

<sub>with Coder Agents on behalf of @Emyrk.</sub>
2026-06-05 14:33:13 -05:00

1.7 KiB
Generated

organizations show

Show the organization. Using "selected" will show the selected organization from the "--org" flag. Using "me" will show all organizations you are a member of.

Usage

coder organizations show [flags] ["selected"|"me"|uuid|org_name]

Description

  - coder org show selected:

     $ Shows the organizations selected with '--org=<org_name>'. This organization is the organization used by the cli.

  - coder org show me:

     $ List of all organizations you are a member of.

  - coder org show developers:

     $ Show organization with name 'developers'

  - coder org show 90ee1875-3db5-43b3-828e-af3687522e43:

     $ Show organization with the given ID.

Options

--only-id

Type bool

Only print the organization ID.

-c, --column

Type [id|name|display name|icon|description|created at|updated at|default|default org member roles]
Default id,name,default

Columns to display in table output.

-o, --output

Type text|table|json
Default text

Output format.