GitHub CLI operations

v0.1.4

GitHub introspection — PRs, issues, repos, workflow runs, releases, commit checks, search — plus operator actions: merge PR, close PR, rerun workflow, dispatch workflow. Authenticates via the runner host's `gh auth status` token (i.e. ~/.config/gh).

Pack ID
github-cli
Vendor
emisar
OS
linux
Actions
19
Required binaries: gh. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:db3b468f0e84ad6beeec97ce6963f77d9dcf6db2af55cb2357a750e80f30cfb6

on the runner host
sudo emisar pack install github-cli \
  --hash sha256:db3b468f0e84ad6beeec97ce6963f77d9dcf6db2af55cb2357a750e80f30cfb6 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 19 total

View on GitHub