1GH-PROJECT-ITEM-LIST(1) GitHub CLI manual GH-PROJECT-ITEM-LIST(1)
2
3
4
6 gh-project-item-list - List the items in a project
7
8
9
11 gh project item-list [<number>] [flags]
12
13
14
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
30 # list the items in the current users's project "1"
31 gh project item-list 1 --owner "@me"
32
33
34
35
36
38 gh-project(1)
39
40
41
42 Oct 2023 GH-PROJECT-ITEM-LIST(1)