Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在mac中使用grpcurl?
$ grpcurl --plaintext $(minikube ip):31001 yages.Echo.Ping
尝试以下:
brew tap grpc/grpc
brew install --with-plugins grpc
以上不加grpcurl
grpcurl
编辑:
brew install grpcurl现在在mac上工作。
brew install grpcurl
=====
(替代版本)
如果 go 尚未安装: brew install go
brew install go
然后:
go get github.com/fullstorydev/grpcurl go install github.com/fullstorydev/grpcurl/cmd/grpcurl
参考:https ://github.com/fullstorydev/grpcurl
brew install grpcurl适用于 Mac
https://formulae.brew.sh/formula/grpcurl