LinuxCommandLibrary

gh-project

Manage GitHub project boards and work items

TLDR

List projects

$ gh project list
copy
View a project
$ gh project view [number]
copy
Create a project
$ gh project create --title "[title]"
copy
Add item to project
$ gh project item-add [number] --url [issue_url]
copy
Delete a project
$ gh project delete [number]
copy

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.

SEE ALSO

gh(1), gh-issue(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community