bufbuild / buf-gradle-plugin

Gradle plugin for the Buf CLI
Apache License 2.0
49 stars 13 forks source link

Support generation of remote module in the generate task #164

Open bbecker-clst opened 11 months ago

bbecker-clst commented 11 months ago

I'm looking to iterate through a list of remote proto modules and generate each of them with something like this:

buf generate --config ./buf.yaml remote.registry.com/project/module:hash --path module/v1

From what I see, I'm not able do that with extra args in the generate plugin. Am I missing the proper way to do this? If not, could it be added?

andrewparmet commented 11 months ago

You're not missing it - this looks like a good feature to support. Feel welcome to submit a PR if a maintainer doesn't get to it first.