1GH-WORKFLOW-LIST(1) GitHub CLI manual GH-WORKFLOW-LIST(1)
2
3
4
6 gh-workflow-list - List workflows
7
8
9
11 gh workflow list [flags]
12
13
14
16 List workflow files, hiding disabled workflows by default.
17
18
19
21 -a, --all
22 Include disabled workflows
23
24
25 -q, --jq <expression>
26 Filter JSON output using a jq expression
27
28
29 --json <fields>
30 Output JSON with the specified fields
31
32
33 -L, --limit <int>
34 Maximum number of workflows to fetch
35
36
37 -t, --template <string>
38 Format JSON output using a Go template; see "gh help formatting"
39
40
41
43 -R, --repo <[HOST/]OWNER/REPO>
44 Select another repository using the [HOST/]OWNER/REPO format
45
46
47
49 gh-workflow(1)
50
51
52
53 Nov 2023 GH-WORKFLOW-LIST(1)