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

NAME

6       gh-release-view - View information about a release
7
8
9

SYNOPSIS

11       gh release view [<tag>] [flags]
12
13
14

DESCRIPTION

16       View information about a GitHub Release.
17
18
19       Without  an  explicit  tag  name  argument,  the  latest release in the
20       project is shown.
21
22
23

OPTIONS

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       -t, --template <string>
34              Format JSON output using a Go template
35
36
37       -w, --web
38              Open the release in the browser
39
40
41

OPTIONS INHERITED FROM PARENT COMMANDS

43       -R, --repo <[HOST/]OWNER/REPO>
44              Select another repository using the [HOST/]OWNER/REPO format
45
46
47

SEE ALSO

49       gh-release(1)
50
51
52
53                                   Jun 2022                 GH-RELEASE-VIEW(1)
Impressum