generated from APACGAMONDE/APACGAMONDE
-
Notifications
You must be signed in to change notification settings - Fork 2
/
gh-run-view.1
82 lines (56 loc) · 1.27 KB
/
gh-run-view.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.nh
.TH "gh" "1" "Jun 2021" "" ""
.SH NAME
.PP
gh\-run\-view \- View a summary of a workflow run
.SH SYNOPSIS
.PP
\fBgh run view [] [flags]\fP
.SH DESCRIPTION
.PP
View a summary of a workflow run
.SH OPTIONS
.PP
\fB\-\-exit\-status\fP[=false]
Exit with non\-zero status if run failed
.PP
\fB\-j\fP, \fB\-\-job\fP=""
View a specific job ID from a run
.PP
\fB\-\-log\fP[=false]
View full log for either a run or specific job
.PP
\fB\-\-log\-failed\fP[=false]
View the log for any failed steps in a run or specific job
.PP
\fB\-v\fP, \fB\-\-verbose\fP[=false]
Show job steps
.PP
\fB\-w\fP, \fB\-\-web\fP[=false]
Open run in the browser
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB\-\-help\fP[=false]
Show help for command
.PP
\fB\-R\fP, \fB\-\-repo\fP=""
Select another repository using the \fB\fC[HOST/]OWNER/REPO\fR format
.SH EXAMPLE
.PP
.RS
.nf
# Interactively select a run to view, optionally selecting a single job
$ gh run view
# View a specific run
$ gh run view 12345
# View a specific job within a run
$ gh run view \-\-job 456789
# View the full log for a specific job
$ gh run view \-\-log \-\-job 456789
# Exit non\-zero if a run failed
$ gh run view 0451 \-\-exit\-status \&\& echo "run pending or passed"
.fi
.RE
.SH SEE ALSO
.PP
\fBgh\-run(1)\fP