1GH-RUN(1) GitHub CLI manual GH-RUN(1)
2
3
4
6 gh-run - View details about workflow runs
7
8
9
11 gh run <command> [flags]
12
13
14
16 List, view, and watch recent workflow runs from GitHub Actions.
17
18
19
21 gh-run-cancel(1)
22 Cancel a workflow run
23
24
25 gh-run-download(1)
26 Download artifacts generated by a workflow run
27
28
29 gh-run-list(1)
30 List recent workflow runs
31
32
33 gh-run-rerun(1)
34 Rerun a failed run
35
36
37 gh-run-view(1)
38 View a summary of a workflow run
39
40
41 gh-run-watch(1)
42 Watch a run until it completes, showing its progress
43
44
45
47 -R, --repo <[HOST/]OWNER/REPO>
48 Select another repository using the [HOST/]OWNER/REPO format
49
50
51
53 gh(1)
54
55
56
57 Jun 2022 GH-RUN(1)