gh-org-list - Man Page

List organizations for the authenticated user.

Synopsis

gh org list [flags]

Options

-L, --limit <int> (default 30)

Maximum number of organizations to list

Example

# List the first 30 organizations
$ gh org list

# List more organizations
$ gh org list --limit 100

See Also

gh-org(1)

Referenced By

gh-org(1).

Mar 2024 GitHub CLI manual