We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: