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-delete(1)
26 Delete a workflow run
27
28
29 gh-run-download(1)
30 Download artifacts generated by a workflow run
31
32
33 gh-run-list(1)
34 List recent workflow runs
35
36
37 gh-run-rerun(1)
38 Rerun a run
39
40
41 gh-run-view(1)
42 View a summary of a workflow run
43
44
45 gh-run-watch(1)
46 Watch a run until it completes, showing its progress
47
48
49
51 -R, --repo <[HOST/]OWNER/REPO>
52 Select another repository using the [HOST/]OWNER/REPO format
53
54
55
57 gh(1)
58
59
60
61 Oct 2023 GH-RUN(1)