1GH-RELEASE-VIEW(1) GitHub CLI manual GH-RELEASE-VIEW(1)
2
3
4
6 gh-release-view - View information about a release
7
8
9
11 gh release view [<tag>] [flags]
12
13
14
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
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; see "gh help formatting"
35
36
37 -w, --web
38 Open the release in the browser
39
40
41
43 -R, --repo <[HOST/]OWNER/REPO>
44 Select another repository using the [HOST/]OWNER/REPO format
45
46
47
49 gh-release(1)
50
51
52
53 Oct 2023 GH-RELEASE-VIEW(1)