gh-run-watch - Man Page
Watch a run until it completes, showing its progress
Synopsis
gh run watch <run-id> [flags]
Options
- --exit-status
Exit with non-zero status if run fails
- -i, ā--interval <int>
Refresh interval in seconds
Options Inherited from Parent Commands
- -R, ā--repo <[HOST/]OWNER/REPO>
Select another repository using the [HOST/]OWNER/REPO format
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!"
See Also
Referenced By
Aug 2023 GitHub CLI manual