DOKK / manpages / debian 13 / gh / gh-project.1.en
GH-PROJECT(1) GitHub CLI manual GH-PROJECT(1)

gh-project - Work with GitHub Projects.

gh project <command> [flags]

Work with GitHub Projects. Note that the token you are using must have 'project' scope, which is not set by default. You can verify your token scope by running 'gh auth status' and add the project scope by running 'gh auth refresh -s project'.

gh_project_close(1)">">gh-project-close(1)
Close a project

gh_project_copy(1)">">gh-project-copy(1)
Copy a project

gh_project_create(1)">">gh-project-create(1)
Create a project

gh_project_delete(1)">">gh-project-delete(1)
Delete a project

gh_project_edit(1)">">gh-project-edit(1)
Edit a project

gh_project_field_create(1)">">gh-project-field-create(1)
Create a field in a project

gh_project_field_delete(1)">">gh-project-field-delete(1)
Delete a field in a project

gh_project_field_list(1)">">gh-project-field-list(1)
List the fields in a project

gh_project_item_add(1)">">gh-project-item-add(1)
Add a pull request or an issue to a project

gh_project_item_archive(1)">">gh-project-item-archive(1)
Archive an item in a project

gh_project_item_create(1)">">gh-project-item-create(1)
Create a draft issue item in a project

gh_project_item_delete(1)">">gh-project-item-delete(1)
Delete an item from a project by ID

gh_project_item_edit(1)">">gh-project-item-edit(1)
Edit an item in a project

gh_project_item_list(1)">">gh-project-item-list(1)
List the items in a project

gh_project_link(1)">">gh-project-link(1)
Link a project to a repository or a team

gh_project_list(1)">">gh-project-list(1)
List the projects for an owner

gh_project_mark_template(1)">">gh-project-mark-template(1)
Mark a project as a template

gh_project_unlink(1)">">gh-project-unlink(1)
Unlink a project from a repository or a team

gh_project_view(1)">">gh-project-view(1)
View a project

$ 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)

Jan 2025