Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
GH-ORG-LIST(1)			GitHub CLI manual		  GH-ORG-LIST(1)

NAME
     gh-org-list - List organizations for the authenticated user.

SYNOPSIS
     gh org list [flags]

OPTIONS
     -L, --limit <int> (default 30)
	    Maximum number of organizations to list

ALIASES
     gh org ls

EXIT CODES
     0: Successful execution

     1: Error

     2: Command canceled

     4: Authentication required

     NOTE:  Specific  commands may have additional exit codes. Refer to the com-
     mand's help for more information.

EXAMPLE
     # List the first 30 organizations
     $ gh org list

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

SEE ALSO
     gh-org(1)

				    Aug 2026			  GH-ORG-LIST(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gh-org-list&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help