gh-org-list - List organizations for the authenticated user.
gh org list [flags]
-L, --limit <int>
Maximum number of organizations to list
# List the first
30 organizations
$ gh org list
# List more
organizations
$ gh org list --limit 100
gh-org(1)