Releases: agynio/github-cli
Releases · agynio/github-cli
v0.1.2-pr-review
Highlights
- adopt the shared
gh prresolver across helper subcommands for consistent selector handling - expand selector coverage in tests and update documentation for CLI helpers
Artifacts
Prebuilt binaries for Linux, macOS, and Windows along with SHA256SUMS.
v0.1.1-pr-review
What's new
gh pr review pending,gh pr see-comments, andgh pr reply-commentnow honor-R/--repowithout needing a local git checkout. When running outside a repository, the helpers reuse the host parsed from the PR selector to avoid mismatched API targets.- All review helper commands accept positional pull request numbers and URLs, aligning selector behavior with the rest of
gh pr.
Install
Linux & macOS (tar.gz)
- Download the archive for your platform.
- Extract it:
tar -xzf gh_v0.1.1-pr-review_<os>_<arch>.tar.gz. - Move
bin/ghsomewhere on yourPATH(e.g.,/usr/local/bin). - Optionally install man pages and shell completions from the extracted archive.
Windows (zip)
- Download
gh_v0.1.1-pr-review_windows_amd64.zip. - Extract it with
unzipor File Explorer. - Add the extracted
bindirectory to yourPATHor movegh.exeto a directory already onPATH.
Verify
- Validate checksums:
sha256sum -c SHA256SUMS. - Try the new selector handling:
gh pr see-comments 123 -R owner/repo --latestworks without a local clone.
v0.1.0-pr-review
What's new
- Adds
gh pr review pendinghelpers that honor standard repository resolution without--org/--repoflags. - Updates
gh pr see-commentsandgh pr reply-commentto rely ongh's active repository context, enabling use of-R/--repo.
Install
Linux & macOS (tar.gz)
- Download the archive for your platform.
- Extract it:
tar -xzf gh_v0.1.0-pr-review_<os>_<arch>.tar.gz. - Move
bin/ghsomewhere on yourPATH(e.g.,/usr/local/bin). - Optionally install man pages and shell completions from the extracted archive.
Windows (zip)
- Download
gh_v0.1.0-pr-review_windows_amd64.zip. - Extract it with
unzipor File Explorer. - Add the extracted
bindirectory to yourPATHor movegh.exeto a directory already onPATH.
Verify
- Validate checksums:
sha256sum -c SHA256SUMS. - Confirm the new commands:
gh pr see-comments --helpshould list only standard repo overrides.