gh
CLI>=2.0GitHub's official CLI for managing repos, PRs, issues, and more.
1 views
Installation
Homebrew
brew install ghLinks
License
MITAI Agent Notes
GitHub CLI for PRs, issues, repos, and Actions from the terminal
When to use
Managing GitHub workflows without the browser
Examples
gh pr creategh issue list --label buggh run watch
Proven Recipes
Create a pull request🟢 97% success
gh pr create --title 'feat: add feature' --body 'Description'List open issues with label🟢 99% success
gh issue list --label bug --state openWatch CI run🟢 95% success
gh run watchClone a repo🟢 99% success
gh repo clone owner/repo