gh project

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'.

Available commands

Examples

$gh project create--ownermonalisa--title"Roadmap"
$gh project view 1--ownercli--web
$gh project field-list 1--ownercli
$gh project item-list 1--ownercli

See also