1GH-RUN-WATCH(1) GitHub CLI manual GH-RUN-WATCH(1)
2
3
4
6 gh-run-watch - Watch a run until it completes, showing its progress
7
8
9
11 gh run watch <run-id> [flags]
12
13
14
16 --exit-status
17 Exit with non-zero status if run fails
18
19
20 -i, --interval <int>
21 Refresh interval in seconds
22
23
24
26 -R, --repo <[HOST/]OWNER/REPO>
27 Select another repository using the [HOST/]OWNER/REPO format
28
29
30
32 # Watch a run until it's done
33 gh run watch
34
35 # Run some other command when the run is finished
36 gh run watch && notify-send "run is done!"
37
38
39
40
41
43 gh-run(1)
44
45
46
47 Oct 2023 GH-RUN-WATCH(1)