.nh .TH "glab" "1" "May 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP glab-release-view - View information about a GitLab Release .SH SYNOPSIS .PP \fBglab release view [flags]\fP .SH DESCRIPTION .PP View information about a GitLab Release. .PP Without an explicit tag name argument, the latest release in the project is shown. .SH OPTIONS .PP \fB-w\fP, \fB--web\fP[=false] Open the release 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 \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format or full URL or git URL .SH EXAMPLE .EX View the latest release of a GitLab repository $ glab release view View a release with specified tag name $ glab release view v1.0.1 .EE .SH SEE ALSO .PP \fBglab-release(1)\fP