.nh .TH "glab" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP glab-release-download - Download asset files from a GitLab Release .SH SYNOPSIS .PP \fBglab release download [flags]\fP .SH DESCRIPTION .PP Download asset files from a GitLab Release .PP If no tag is specified, assets are downloaded from the latest release. Use \fB\fC--asset-name\fR to specify a file name to download from the release assets. \fB\fC--asset-name\fR flag accepts glob patterns. .SH OPTIONS .PP \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 .PP \fB--help\fP[=false] Show help for command .PP \fB-R\fP, \fB--repo\fP="" Select another repository using the \fB\fCOWNER/REPO\fR or \fB\fCGROUP/NAMESPACE/REPO\fR format or full URL or git URL .SH EXAMPLE .PP .RS .nf 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" .fi .RE .SH SEE ALSO .PP \fBglab-release(1)\fP