glab-release - Man Page
Manage GitLab releases
Examples (TL;DR)
- List releases in a Gitlab repository, limited to 30 items:
glab release list
- Display information about a specific release:
glab release view tag
- Create a new release:
glab release create tag
- Delete a specific release:
glab release delete tag
- Download assets from a specific release:
glab release download tag
- Upload assets to a specific release:
glab release upload tag path/to/file1 path/to/file2
Synopsis
glab release Ā [flags]
Description
Manage GitLab releases
Options
- -R, ā--repo="" Select another repository using the
OWNER/REPO
orGROUP/NAMESPACE/REPO
format or full URL or git URL
Options Inherited from Parent Commands
--help[=false] Show help for command
See Also
glab(1), glab-release-create(1), glab-release-delete(1), glab-release-download(1), glab-release-list(1), glab-release-upload(1), glab-release-view(1)
Referenced By
glab(1), glab-release-create(1), glab-release-delete(1), glab-release-download(1), glab-release-list(1), glab-release-upload(1), glab-release-view(1).
Aug 2023 Auto generated by spf13/cobra