You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note we haven't documented it yet, but buf protoc is now integrated into buf, and would replace much of your logic piping the output of buf image build -o - to protoc --descriptor_set_in - would recommend checking it out! It's a drop-in replacement to protoc, but does use protoc for the builtin plugins java, cpp, etc.
The text was updated successfully, but these errors were encountered:
Note we haven't documented it yet, but
buf protoc
is now integrated into buf, and would replace much of your logic piping the output ofbuf image build -o -
toprotoc --descriptor_set_in
- would recommend checking it out! It's a drop-in replacement toprotoc
, but does useprotoc
for the builtin plugins java, cpp, etc.The text was updated successfully, but these errors were encountered: