logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gh-run-watch - Watch a run until it completes, showing its progress

Description

       Watch a run until it completes, showing its progress.

       This  command  does  not  support authenticating via fine grained PATs as it is not currently possible to
       create a PAT with the checks:read permission.

Example

       # Watch a run until it's done
       gh run watch

       # Run some other command when the run is finished
       gh run watch && notify-send "run is done!"

Name

       gh-run-watch - Watch a run until it completes, showing its progress

Options

--exit-status
              Exit with non-zero status if run fails

       -i, --interval<int>(default3)
              Refresh interval in seconds

Options Inherited From Parent Commands

-R, --repo<[HOST/]OWNER/REPO>
              Select another repository using the [HOST/]OWNER/REPO format

See Also

gh-run(1)

                                                    Jan 2025                                     GH-RUN-WATCH(1)

Synopsis

ghrunwatch<run-id>[flags]

See Also