.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-release-download - Download asset files from a GitLab release. .SH SYNOPSIS \fBglab release download [] [flags]\fP .SH DESCRIPTION Download asset files from a GitLab release. .PP If no tag is specified, downloads assets from the latest release. To specify a file name to download from the release assets, use \fB--asset-name\fR\&. \fB--asset-name\fR flag accepts glob patterns. .SH OPTIONS \fB-n\fP, \fB--asset-name\fP=[] Download only assets that match the name or a glob pattern. .PP \fB-D\fP, \fB--dir\fP="." Directory to download the release assets to. .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 # Download all assets from the latest release glab release download # Download all assets from the specified release tag glab release download v1.1.0 # Download assets with names matching the glob pattern glab release download v1.10.1 --asset-name="*.tar.gz" .EE .SH SEE ALSO \fBglab-release(1)\fP