GitHub CLI brings GitHub workflows to your terminal.
brew install ghgh auth login
gh auth status| Task | Command |
|---|---|
| Clone a repo | gh repo clone OWNER/REPO |
| Create a pull request | gh pr create |
| View a pull request | gh pr view --web |
| List issues | gh issue list |
| Create a release | gh release create v1.0.0 |