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
The above golang lib will take a grpc proto and generate the golang cli code.
Because tis GRPC you can make it a CLI and a CTL, Because you can use the generated golang code from GRPC to call in process or out of process.
I used it on other projects and it works great.
so then you can do forward engineering... update the Proto and generate the Client CLI
The text was updated successfully, but these errors were encountered:
ok i just wanted to let you know that this code generator for the cli works, you only have to write main.go code to wire it up to use the generated code.
i used it before for a large project, and it's really great.
https://github.com/NathanBaulch/protoc-gen-cobra
Would you consider a CLI / CTL for the server ?
The above golang lib will take a grpc proto and generate the golang cli code.
Because tis GRPC you can make it a CLI and a CTL, Because you can use the generated golang code from GRPC to call in process or out of process.
I used it on other projects and it works great.
so then you can do forward engineering... update the Proto and generate the Client CLI
The text was updated successfully, but these errors were encountered: