.nh .TH "glab" "1" "Jun 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-release-view - View information about a GitLab release. .SH SYNOPSIS \fBglab release view [flags]\fP .SH DESCRIPTION View information about a GitLab release. .PP Without an explicit tag name argument, shows the latest release in the project. .SH OPTIONS \fB--jq\fP="" Filter JSON output with a jq expression. .PP \fB-F\fP, \fB--output\fP="text" Format output as: text, json. .PP \fB-w\fP, \fB--web\fP[=false] Open the release in the browser. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .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 \fBglab-release(1)\fP