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?
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/v1From 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?