.nh .TH "GH-PROJECT-FIELD-LIST" "1" "May 2024" "" "GitHub CLI manual" .SH NAME .PP gh-project-field-list - List the fields in a project .SH SYNOPSIS .PP \fBgh project field-list number [flags]\fR .SH OPTIONS .TP \fB--format\fR \fB\fR Output format: {json} .TP \fB-q\fR, \fB--jq\fR \fB\fR Filter JSON output using a jq expression .TP \fB-L\fR, \fB--limit\fR \fB (default 30)\fR Maximum number of fields to fetch .TP \fB--owner\fR \fB\fR Login of the owner. Use "@me" for the current user. .TP \fB-t\fR, \fB--template\fR \fB\fR Format JSON output using a Go template; see "gh help formatting" .SH EXAMPLE .EX # list fields in the current user's project "1" gh project field-list 1 --owner "@me" .EE .SH SEE ALSO .PP \fBgh-project(1)\fR