![]() |
![]()
| ![]() |
![]()
NAMEgh-project - Work with GitHub Projects. SYNOPSISgh project <command> [flags] DESCRIPTIONWork 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
EXIT CODES0: 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. EXAMPLE$ 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 SEE ALSOgh(1)
|