1glab(1) glab(1)
2
3
4
6 glab-release-delete - Delete a GitLab Release
7
8
9
11 glab release delete [flags]
12
13
14
16 Delete release assets to GitLab Release
17
18
19 Deleting a release does not delete the associated tag unless --with-tag
20 is specified. Maintainer level access to the project is required to
21 delete a release.
22
23
24
26 -t, --with-tag[=false] Delete associated tag
27
28
29 -y, --yes[=false] Skip confirmation prompt
30
31
32
34 --help[=false] Show help for command
35
36
37 -R, --repo="" Select another repository using the OWNER/REPO or
38 GROUP/NAMESPACE/REPO format or full URL or git URL
39
40
41
43 Delete a release (with a confirmation prompt')
44 $ glab release delete v1.1.0'
45
46 Skip the confirmation prompt and force delete
47 $ glab release delete v1.0.1 -y
48
49 Delete release and associated tag
50 $ glab release delete v1.0.1 --with-tag
51
52
53
54
55
57 glab-release(1)
58
59
60
61Auto generated by spf13/cobra Nov 2023 glab(1)