Files
coder/docs/reference/cli/organizations_list.md
T
Rowan Smith 683a7c0957 feat: add organizations list command to coder cli (#21960)
follows on from #21940.

The API endpoints existed for this already, so this PR just adds CLI functionality which uses those API endpoints.

Generated with the help of Mux
2026-02-06 14:09:39 +11:00

949 B
Generated

organizations list

List all organizations

Aliases:

  • ls

Usage

coder organizations list [flags]

Description

List all organizations. Requires a role which grants ResourceOrganization: read.

Options

-c, --column

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

Columns to display in table output.

-o, --output

Type table|json
Default table

Output format.