1GH-WORKFLOW-VIEW(1)            GitHub CLI manual           GH-WORKFLOW-VIEW(1)
2
3
4

NAME

6       gh-workflow-view - View the summary of a workflow
7
8
9

SYNOPSIS

11       gh workflow view [<workflow-id> | <workflow-name> | <filename>] [flags]
12
13
14

OPTIONS

16       -r, --ref <string>
17              The  branch  or tag name which contains the version of the work‐
18              flow file you'd like to view
19
20
21       -w, --web
22              Open workflow in the browser
23
24
25       -y, --yaml
26              View the workflow yaml file
27
28
29

OPTIONS INHERITED FROM PARENT COMMANDS

31       -R, --repo <[HOST/]OWNER/REPO>
32              Select another repository using the [HOST/]OWNER/REPO format
33
34
35

EXAMPLE

37              # Interactively select a workflow to view
38              $ gh workflow view
39
40              # View a specific workflow
41              $ gh workflow view 0451
42
43
44
45
46

SEE ALSO

48       gh-workflow(1)
49
50
51
52                                   Jan 2023                GH-WORKFLOW-VIEW(1)
Impressum