1glab(1) glab(1)
2
3
4
6 glab-release-view - View information about a GitLab Release
7
8
9
11 glab release view [flags]
12
13
14
16 View information about a GitLab Release.
17
18
19 Without an explicit tag name argument, the latest release in the
20 project is shown.
21
22
23
25 -w, --web[=false] Open the release in the browser
26
27
28
30 --help[=false] Show help for command
31
32
33 -R, --repo="" Select another repository using the OWNER/REPO or
34 GROUP/NAMESPACE/REPO format or full URL or git URL
35
36
37
39 View the latest release of a GitLab repository
40 $ glab release view
41
42 View a release with specified tag name
43 $ glab release view v1.0.1
44
45
46
47
48
50 glab-release(1)
51
52
53
54Auto generated by spf13/cobra Nov 2023 glab(1)