gh-project
Manage GitHub project boards and work items
TLDR
List projects
$ gh project list
View a project$ gh project view [number]
Create a project$ gh project create --title "[title]"
Add item to project$ gh project item-add [number] --url [issue_url]
Delete a project$ gh project delete [number]
SYNOPSIS
gh project command [options]
DESCRIPTION
gh project manages GitHub Projects (project boards) from the command line. It enables organizing and tracking work with customizable views, fields, and automation.
Projects can contain issues, pull requests, and draft items organized into boards with custom columns and filters. The command provides full lifecycle management from creation through closure.
PARAMETERS
--owner owner
Project owner.--title title
Project title.--url url
Issue or PR URL.
SUBCOMMANDS
list
List projects.view
View a project.create
Create a project.delete
Delete a project.item-add
Add item to project.item-list
List project items.edit
Edit a project.close
Close a project.
