gh project
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
.
Available commands
- gh project close
- gh project copy
- gh project create
- gh project delete
- gh project edit
- gh project field-create
- gh project field-delete
- gh project field-list
- gh project item-add
- gh project item-archive
- gh project item-create
- gh project item-delete
- gh project item-edit
- gh project item-list
- gh project link
- gh project list
- gh project mark-template
- gh project unlink
- gh project view
Examples
$ 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