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

NAME  SYNOPSIS  OPTIONS  EXAMPLE  SEE ALSO 

NAME

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

SYNOPSIS

gh project list [flags]

OPTIONS

--closed

Include closed projects

--format <string>

Output format: {json}

-L, --limit <int>

Maximum number of projects to fetch

--owner <string>

Login of the owner

-w, --web

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)


Updated 2024-01-29 - jenkler.se | uex.se