1GH-RELEASE-DELETE(1) GitHub CLI manual GH-RELEASE-DELETE(1)
23
4
NAME
6gh-release-delete - Delete a release
78
9
SYNOPSIS
11gh release delete <tag> [flags]
1213
14
OPTIONS
16--cleanup-tag
17Delete the specified tag in addition to its release
1819
20
-y, --yes
21Skip the confirmation prompt
2223
24
OPTIONS INHERITED FROM PARENT COMMANDS
26-R, --repo <[HOST/]OWNER/REPO>
27Select another repository using the [HOST/]OWNER/REPO format
2829
30
SEE ALSO
32gh-release(1)
3334
35
36
Jan 2023 GH-RELEASE-DELETE(1)