Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
GitHub CLI operations
v0.1.4GitHub 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).
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
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-
gh auth status
-
gh api repos/<repo>/branches
-
gh issue list
-
gh issue view
-
gh pr checks
-
gh pr close <num>
-
gh pr list
-
gh pr merge <num> --<method>
-
gh pr view
-
gh release list
-
gh api repos/<repo>/traffic/clones
-
gh repo view
-
gh search prs
-
gh workflow run <workflow>
-
gh workflow list
-
gh run rerun <run-id>
-
gh run list
-
gh run view --log-failed
-
gh run view