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

NAME

6       gh-project-item-list - List the items in a project
7
8
9

SYNOPSIS

11       gh project item-list [<number>] [flags]
12
13
14

OPTIONS

16       --format <string>
17              Output format: {json}
18
19
20       -L, --limit <int>
21              Maximum number of items to fetch
22
23
24       --owner <string>
25              Login of the owner. Use "@me" for the current user.
26
27
28

EXAMPLE

30       # list the items in the current users's project "1"
31       gh project item-list 1 --owner "@me"
32
33
34
35
36

SEE ALSO

38       gh-project(1)
39
40
41
42                                   Nov 2023            GH-PROJECT-ITEM-LIST(1)
Impressum