Open bbecker-clst opened 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?
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.
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?