Skip to content

Instantly share code, notes, and snippets.

@kthy
Last active March 11, 2025 10:10
Show Gist options
  • Save kthy/9cee890961c32890bed9ab24abe4afd9 to your computer and use it in GitHub Desktop.
Save kthy/9cee890961c32890bed9ab24abe4afd9 to your computer and use it in GitHub Desktop.
List GitHub releases, only show non-prod releases and format output for deletion
gh release list -L1000 -Oasc --json tagName \
  --template '{{range .}}gh release delete {{.tagName}} -y && \{{printf "\n"}}{{end}}' | grep -v -e product
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment