Scroll to navigation

GH-PROJECT-EDIT(1) GitHub CLI manual GH-PROJECT-EDIT(1)

NAME

gh-project-edit - Edit a project

SYNOPSIS

gh project edit [<number>] [flags]

OPTIONS

New description of the project

Output format: {json}

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

New readme for the project

New title for the project

Change project visibility: {PUBLIC|PRIVATE}

EXAMPLE

# edit the title of monalisa's project "1"
gh project edit 1 --owner monalisa --title "New title"

SEE ALSO

gh-project(1)

Dec 2023