/grpclient

gRPC command line client

Primary LanguageGo

grpclient

grpclient is gRPC command line client for testing grpc services

Installation

Note

grpclient requires grpcurl to be installed and available on your PATH.

From Source

# Clone the repository
git clone git@github.com:cpf2021-gif/grpclient.git

# install the binary
go install