What problem does it solve?
The GitHub CLI reference centralizes command patterns, flags, and workflows so users can efficiently manage repositories, issues, pull requests, Actions, releases, gists, codespaces, and organization tasks from the terminal without switching to the web UI or guessing flags.
Core Features & Use Cases
- Comprehensive Command Reference: Detailed coverage of gh subcommands for auth, repo, issue, pr, run, workflow, release, gist, codespace, and project operations.
- Automation & Scripting Support: Guidance for JSON output, non-interactive flags, and examples for CI/CD and automation scripts.
- Real-world Example: Triage issues, create a draft PR from an issue, run a workflow manually with inputs, and publish a release — all driven from terminal scripts or automation pipelines.
Quick Start
List open pull requests for owner/repo and summarize their status and reviewers.