Skip to content

Instantly share code, notes, and snippets.

@ph
Created February 9, 2025 00:22
Show Gist options
  • Save ph/bbc4067313aeb5a24340774ee7e567eb to your computer and use it in GitHub Desktop.
Save ph/bbc4067313aeb5a24340774ee7e567eb to your computer and use it in GitHub Desktop.
Delete matching repositories using gh tool
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