I have a use case where I want to scrape data from multiple gcp projects. I was thinking of adding this support via a PR to take comma separated project ids and launch them in multiple goroutines.
What do you guys think? Does it make sense to do this?