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

Publishing Remote Plugin on BSR #249

Closed
MHDante opened this issue Mar 14, 2022 · 3 comments
Closed

Publishing Remote Plugin on BSR #249

MHDante opened this issue Mar 14, 2022 · 3 comments

Comments

@MHDante
Copy link

MHDante commented Mar 14, 2022

Hi @timostamm.
Thank you again for a wonderful library.

I'm sure you've heard, but Buf has just released a Remote compilation platform: https://buf.build/blog/remote-plugin-execution

Given the support for buf show in #93, are there any plans for adding BSR plugin publishing to this repo's build process?

@timostamm
Copy link
Owner

timostamm commented Mar 14, 2022

Hey Dante,

thanks for suggestions. protobuf-ts is already available: https://buf.build/timostamm/plugins/protobuf-ts
I've added a link in the top-level README so it's a bit easier to discover.

An example code generation template:

# buf.gen.yaml
version: v1
plugins:
  - remote: buf.build/timostamm/plugins/protobuf-ts:v2.2.2-1
    out: gen/
    opt:
      - long_type_string
      - generate_dependencies

@timostamm timostamm pinned this issue Mar 14, 2022
@MHDante
Copy link
Author

MHDante commented Mar 14, 2022

Thank you! I searched for plugin but didn't think to search for the repo name 😅

As a note, version 2.2.2-0 didn't work, but 2.2.2-1 did.

@timostamm
Copy link
Owner

As a note, version 2.2.2-0 didn't work, but 2.2.2-1 did.

Sorry, thanks for the heads-up. Editing my previous comment so people don't run into this.

@timostamm timostamm unpinned this issue Aug 17, 2022
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

No branches or pull requests

2 participants