Files
coder/docs/cli/groups_list.md
Steven Masley 5bf46f360a chore: remove org context switcher in the cli (#13674)
* chore: remove org context switcher in the cli
2024-07-01 16:04:45 -05:00

1.0 KiB
Generated

groups list

List user groups

Usage

coder groups list [flags]

Options

-c, --column

Type string-array
Default name,display name,organization id,members,avatar url

Columns to display in table output. Available columns: name, display name, organization id, members, avatar url.

-o, --output

Type string
Default table

Output format. Available formats: table, json.

-O, --org

Type string
Environment $CODER_ORGANIZATION

Select which organization (uuid or name) to use.