1GH-WORKFLOW(1) GitHub CLI manual GH-WORKFLOW(1)
2
3
4
6 gh-workflow - View details about GitHub Actions workflows
7
8
9
11 gh workflow <command> [flags]
12
13
14
16 List, view, and run workflows in GitHub Actions.
17
18
19
21 gh-workflow-disable(1)
22 Disable a workflow
23
24
25 gh-workflow-enable(1)
26 Enable a workflow
27
28
29 gh-workflow-list(1)
30 List workflows
31
32
33 gh-workflow-run(1)
34 Run a workflow by creating a workflow_dispatch event
35
36
37 gh-workflow-view(1)
38 View the summary of a workflow
39
40
41
43 -R, --repo <[HOST/]OWNER/REPO>
44 Select another repository using the [HOST/]OWNER/REPO format
45
46
47
49 gh(1)
50
51
52
53 Oct 2023 GH-WORKFLOW(1)