Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add buf plugin push command #3474

wants to merge 1 commit into from

Conversation

emcfarlane
Copy link
Contributor

This adds the buf plugin push command to upload Buf 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:

Push a plugin to a registry

The first argument is the plugin full name in the format <remote/owner/plugin>.

Usage:
  buf plugin push <remote/owner/plugin> [flags]

Flags:
      --binary string               The path to the Wasm binary file to push.
  -h, --help                        help for push
      --label strings               Associate the label with the plugins pushed. Can be used multiple times.
      --source-control-url string   The URL for viewing the source code of the pushed plugins (e.g. the specific commit in source control).

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.
Copy link
Contributor

The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedNov 14, 2024, 11:55 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant