Scroll to navigation

GH-PROJECT-LIST(1) GitHub CLI manual GH-PROJECT-LIST(1)

NAME

gh-project-list - List the projects for an owner

SYNOPSIS

gh project list [flags]

OPTIONS

Include closed projects

Output format: {json}

Maximum number of projects to fetch

Login of the owner

Open projects list in the browser

EXAMPLE

# list the current user's projects
gh project list
# list the projects for org github including closed projects
gh project list --owner github --closed

SEE ALSO

gh-project(1)

Dec 2023