1GH-PROJECT-FIELD-LIST(1) GitHub CLI manual GH-PROJECT-FIELD-LIST(1)
2
3
4
6 gh-project-field-list - List the fields in a project
7
8
9
11 gh project field-list number [flags]
12
13
14
16 --format <string>
17 Output format: {json}
18
19
20 -L, --limit <int>
21 Maximum number of fields to fetch
22
23
24 --owner <string>
25 Login of the owner. Use "@me" for the current user.
26
27
28
30 # list fields in the current user's project "1"
31 gh project field-list 1 --owner "@me"
32
33
34
35
36
38 gh-project(1)
39
40
41
42 Oct 2023 GH-PROJECT-FIELD-LIST(1)