.nh .TH "glab" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP glab-release-upload - Upload release asset files or links to GitLab Release .SH SYNOPSIS .PP \fBglab release upload [\&...] [flags]\fP .SH DESCRIPTION .PP Upload release assets to GitLab Release .PP You can define the display name by appending '#' after the file name. The link type comes after the display name (eg. 'myfile.tar.gz#My display name#package') .SH OPTIONS .PP \fB-a\fP, \fB--assets-links\fP="" \fB\fCJSON\fR string representation of assets links (e.g. \fB\fC--assets-links='[{"name": "Asset1", "url":"https:///some/location/1", "link_type": "other", "direct_asset_path": "path/to/file"}]')\fR .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 Upload a release asset with a display name (type will default to 'other') $ glab release upload v1.0.1 '/path/to/asset.zip#My display label' Upload a release asset with a display name and type $ glab release upload v1.0.1 '/path/to/asset.png#My display label#image' Upload all assets in a specified folder (types will default to 'other') $ glab release upload v1.0.1 ./dist/* Upload all tarballs in a specified folder (types will default to 'other') $ glab release upload v1.0.1 ./dist/*.tar.gz Upload release assets links specified as JSON string $ glab release upload v1.0.1 --assets-links=' [ { "name": "Asset1", "url":"https:///some/location/1", "link_type": "other", "direct_asset_path": "path/to/file" } ]' .fi .RE .SH SEE ALSO .PP \fBglab-release(1)\fP