LinuxCommandLibrary

glab-release

Manage GitLab releases from the command-line.

TLDR

List releases in a Gitlab repository, limited to 30 items

$ glab release list
copy


Display information about a specific release
$ glab release view [tag]
copy


Create a new release
$ glab release create [tag]
copy


Delete a specific release
$ glab release delete [tag]
copy


Download assets from a specific release
$ glab release download [tag]
copy


Upload assets to a specific release
$ glab release upload [tag] [path/to/file1] [path/to/file2]
copy

Copied to clipboard