如何在Mac中使用grpcurl?

时间:2018-07-03 12:26:16

标签: macos grpc

如何在Mac中使用grpcurl?

$ grpcurl --plaintext $(minikube ip):31001 yages.Echo.Ping

尝试以下操作:

brew tap grpc/grpc

brew install --with-plugins grpc

以上未添加grpcurl

1 个答案:

答案 0 :(得分:1)

我明白了

如果尚未安装go: brew install go

然后:

go get github.com/fullstorydev/grpcurl
go install github.com/fullstorydev/grpcurl/cmd/grpcurl

ref:https://github.com/fullstorydev/grpcurl