protoc-gen-cobra
protoc-gen-cobra copied to clipboard
Integrate with Buf
I wasn't aware of protoc-gen-cobra and had been mechanically creating the client commands. Glad the project is still alive, and thanks for the effort in continuing this project.
However, we're reworking existing protobuf toolings to use Buf. Are you aware of / planning to integrate with Buf?
your server can also support grpc with buf.
That's what we're doing. gRPC is officially supported by Buf with a remote plugin. protoc-gen-cobra works with Buf but requires users set up locally.
yes, we also use it with buf as a local-plugin probably a good idea to add it as a remote-plugin