Scroll to navigation

GH-PROJECT-FIELD-LIST(1) GitHub CLI manual GH-PROJECT-FIELD-LIST(1)

NAME

gh-project-field-list - List the fields in a project

SYNOPSIS

gh project field-list number [flags]

OPTIONS

Output format: {json}

Maximum number of fields to fetch

Login of the owner. Use "@me" for the current user.

EXAMPLE

# list fields in the current user's project "1"
gh project field-list 1 --owner "@me"

SEE ALSO

gh-project(1)

Dec 2023