Usage
To use enhance, follow these steps after you’ve [installed it][01]:
-
Run
Terminal window gh enhance [<pr-url> | <pr-number> | <run-url>] [--flags]Examples:
Terminal window # watch all recent runs of the current git repogh enhance# watch all recent runs of the specified repogh enhance -R neovim/neovim# look up via a full URL to a GitHub PRgh enhance https://github.com/dlvhdr/gh-dash/pull/767# look up via a PR number when inside a clone of dlvhdr/gh-dash# will look at checks of https://github.com/dlvhdr/gh-dash/pull/767gh enhance 767# look up via a full URL to a GitHub Actions rungh enhance https://github.com/dlvhdr/gh-dash/actions/runs/23687980056# look up via a run ID (--run disambiguates from PR numbers)gh enhance --run 23687980056 -
Press ? for help.
Run gh enhance --help for more info:
Usage: gh enhance [<pr-url> | <pr-number> | <run-url>] [--flags]
Flags: --debug passing this flag will allow writing debug output to debug.log --flat passing this flag will present checks as a flat list -h, --help help for gh-enhance -R, --repo string [HOST/]OWNER/REPO Select another repository using the [HOST/]OWNER/REPO format -v, --version version for gh-enhance