Helps you clean up subscriptions on google PubSub
Use go get
to install
go get -u github.com/pantheon-systems/pubsub-cleaner
Clean out subscriptions on a topic:
pubsub-cleaner topic sometopic --project myproject --keep subname --no-op
--project
is the GCE project.--keep
is a string match on subscriber names that you want to keep.--no-op
won't actually delete anything, just output what would be deleted
This tool relies on Google Application Default Credentials, and honors the environment variables used by that.
read more here: https://developers.google.com/identity/protocols/application-default-credentials
The program supports the standard -h
and --help
flags