Skip to content

Instantly share code, notes, and snippets.

@KrustyHack
Last active January 5, 2022 09:13
Show Gist options
  • Save KrustyHack/540dffcb371816acc2e146363302aa72 to your computer and use it in GitHub Desktop.
Save KrustyHack/540dffcb371816acc2e146363302aa72 to your computer and use it in GitHub Desktop.
Find GCP bucket accross projects
gcloud projects list --format="value(PROJECT_ID)" | xargs -n1 -t -I% gsutil ls -p % -b gs://*private*
# Credits : https://github.com/fjomier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment