Skip to content

Usage

To use enhance, follow these steps after you’ve [installed it][01]:

  1. Run

    Terminal window
    gh enhance [<pr-url> | <pr-number> | <run-url>] [--flags]

    Examples:

    Terminal window
    # watch all recent runs of the current git repo
    gh enhance
    # watch all recent runs of the specified repo
    gh enhance -R neovim/neovim
    # look up via a full URL to a GitHub PR
    gh 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/767
    gh enhance 767
    # look up via a full URL to a GitHub Actions run
    gh 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
  2. 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