GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GH-PROJECT(1) GitHub CLI manual GH-PROJECT(1)

gh-project - Work with GitHub Projects.

gh project <command> [flags]

Work with GitHub Projects.

The minimum required scope for the token is: project. You can verify your token scope by running gh auth status and add the project scope by running gh auth refresh -s project.

Close a project

Copy a project

Create a project

Delete a project

Edit a project

Create a field in a project

Delete a field in a project

List the fields in a project

Add a pull request or an issue to a project

Archive an item in a project

Create a draft issue item in a project

Delete an item from a project by ID

Edit an item in a project

List the items in a project

Link a project to a repository or a team

List the projects for an owner

Mark a project as a template

Unlink a project from a repository or a team

View a project

0: Successful execution

1: Error

2: Command canceled

4: Authentication required

NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information.

$ gh project create --owner monalisa --title "Roadmap"
$ gh project view 1 --owner cli --web
$ gh project field-list 1 --owner cli
$ gh project item-list 1 --owner cli

gh(1)

Jul 2025

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.