1GH-RUN-WATCH(1)                GitHub CLI manual               GH-RUN-WATCH(1)
2
3
4

NAME

6       gh-run-watch - Watch a run until it completes, showing its progress
7
8
9

SYNOPSIS

11       gh run watch <run-id> [flags]
12
13
14

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

26       -R, --repo <[HOST/]OWNER/REPO>
27              Select another repository using the [HOST/]OWNER/REPO format
28
29
30

EXAMPLE

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

SEE ALSO

43       gh-run(1)
44
45
46
47                                   Jan 2023                    GH-RUN-WATCH(1)
Impressum