-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
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
Add buf plugin push
command
#3474
Conversation
This adds the `buf plugin push` command to upload Buf plugins to the BSR. Only Wasm binary check plugins are supported for now. Plugins must implement the PluginRPC framework.
The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chatted offline, some of this should live with bufpluginapi
, similar to Upload
for modules :)
Co-authored-by: Doria Keung <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
This adds the
buf plugin push
command to upload Buf check plugins to the BSR. Plugins must implement the PluginRPC framework. See the Buf plugins overview for details. The Plugin must be a WebAssembly binary, that implements the check service.The output for
buf plugin push --help
: