glab-release-delete - Man Page
Delete a GitLab Release
Synopsis
glab release delete Ā [flags]
Description
Delete release assets to GitLab Release
Deleting a release does not delete the associated tag unless --with-tag
is specified. Maintainer level access to the project is required to delete a release.
Options
-t, --with-tag[=false] Delete associated tag
-y, --yes[=false] Skip confirmation prompt
Options Inherited from Parent Commands
--help[=false] Show help for command
- -R, ā--repo="" Select another repository using the
OWNER/REPO
orGROUP/NAMESPACE/REPO
format or full URL or git URL
Example
Delete a release (with a confirmation prompt') $ glab release delete v1.1.0' Skip the confirmation prompt and force delete $ glab release delete v1.0.1 -y Delete release and associated tag $ glab release delete v1.0.1 --with-tag
See Also
Referenced By
May 2023 Auto generated by spf13/cobra