1GH-ORG-LIST(1) GitHub CLI manual GH-ORG-LIST(1)
23
4
NAME
6gh-org-list - List organizations for the authenticated user.
78
9
SYNOPSIS
11gh org list [flags]
1213
14
OPTIONS
16-L, --limit <int>
17Maximum number of organizations to list
1819
20
EXAMPLE
22# List the first 30 organizations
23$ gh org list
2425
# List more organizations
26$ gh org list --limit 100
2728
29
30
31
SEE ALSO
33gh-org(1)
3435
36
37
Nov 2023 GH-ORG-LIST(1)