.nh .TH "GH-PROJECT-LIST" "1" "Oct 2024" "GitHub CLI 2.58.0" "GitHub CLI manual" .SH NAME gh-project-list - List the projects for an owner .SH SYNOPSIS \fBgh project list [flags]\fR .SH OPTIONS .TP \fB--closed\fR Include closed projects .TP \fB--format\fR \fB\fR Output format: {json} .TP \fB-q\fR, \fB--jq\fR \fB\fR Filter JSON output using a jq expression .TP \fB-L\fR, \fB--limit\fR \fB (default 30)\fR Maximum number of projects to fetch .TP \fB--owner\fR \fB\fR Login of the owner .TP \fB-t\fR, \fB--template\fR \fB\fR Format JSON output using a Go template; see "gh help formatting" .TP \fB-w\fR, \fB--web\fR Open projects list in the browser .SH ALIASES gh project ls .SH EXIT CODES 0: Successful execution .PP 1: Error .PP 2: Command canceled .PP 4: Authentication required .PP NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information. .SH EXAMPLE .EX # list the current user's projects gh project list # list the projects for org github including closed projects gh project list --owner github --closed .EE .SH SEE ALSO \fBgh-project(1)\fR