1GH-PROJECT-LIST(1)             GitHub CLI manual            GH-PROJECT-LIST(1)
2
3
4

NAME

6       gh-project-list - List the projects for an owner
7
8
9

SYNOPSIS

11       gh project list [flags]
12
13
14

OPTIONS

16       --closed
17              Include closed projects
18
19
20       --format <string>
21              Output format: {json}
22
23
24       -L, --limit <int>
25              Maximum number of projects to fetch
26
27
28       --owner <string>
29              Login of the owner
30
31
32       -w, --web
33              Open projects list in the browser
34
35
36

EXAMPLE

38              # list the current user's projects
39              gh project list
40
41              # list the projects for org github including closed projects
42              gh project list --owner github --closed
43
44
45
46
47

SEE ALSO

49       gh-project(1)
50
51
52
53                                   Oct 2023                 GH-PROJECT-LIST(1)
Impressum