1GH-RUN-LIST(1) GitHub CLI manual GH-RUN-LIST(1)
2
3
4
6 gh-run-list - List recent workflow runs
7
8
9
11 gh run list [flags]
12
13
14
16 -b, --branch <string>
17 Filter runs by branch
18
19
20 -q, --jq <expression>
21 Filter JSON output using a jq expression
22
23
24 --json <fields>
25 Output JSON with the specified fields
26
27
28 -L, --limit <int>
29 Maximum number of runs to fetch
30
31
32 -t, --template <string>
33 Format JSON output using a Go template
34
35
36 -u, --user <string>
37 Filter runs by user who triggered the run
38
39
40 -w, --workflow <string>
41 Filter runs by workflow
42
43
44
46 -R, --repo <[HOST/]OWNER/REPO>
47 Select another repository using the [HOST/]OWNER/REPO format
48
49
50
52 gh-run(1)
53
54
55
56 Jun 2022 GH-RUN-LIST(1)