1GH-RUN-RERUN(1) GitHub CLI manual GH-RUN-RERUN(1)
2
3
4
6 gh-run-rerun - Rerun a failed run
7
8
9
11 gh run rerun [<run-id>] [flags]
12
13
14
16 -d, --debug
17 Rerun with debug logging
18
19
20 --failed
21 Rerun only failed jobs, including dependencies
22
23
24 -j, --job <string>
25 Rerun a specific job from a run, including dependencies
26
27
28
30 -R, --repo <[HOST/]OWNER/REPO>
31 Select another repository using the [HOST/]OWNER/REPO format
32
33
34
36 gh-run(1)
37
38
39
40 Jan 2023 GH-RUN-RERUN(1)