Skip to content

Instantly share code, notes, and snippets.

@cr33dx
Last active October 25, 2021 16:59
Show Gist options
  • Save cr33dx/db54e34f07eaa68870483e6afa9961f4 to your computer and use it in GitHub Desktop.
Save cr33dx/db54e34f07eaa68870483e6afa9961f4 to your computer and use it in GitHub Desktop.
Delete All Tags In Digital Ocean Repository except the newest.
repo=repo_name
doctl r r lt $repo | awk 'NR>2 {print $1}' | xargs doctl r r dt -f $repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment