Last active
October 25, 2021 16:59
-
-
Save cr33dx/db54e34f07eaa68870483e6afa9961f4 to your computer and use it in GitHub Desktop.
Delete All Tags In Digital Ocean Repository except the newest.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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