Created
February 9, 2025 00:22
-
-
Save ph/bbc4067313aeb5a24340774ee7e567eb to your computer and use it in GitHub Desktop.
Delete matching repositories using gh tool
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
gh repo list --json name -L 1000 -q '.[].name | select(match("logstash-"))' | xargs -L 1 gh repo delete --yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment