#947821 grpc: package grpc_cli tool

#947821#5
Date:
2019-12-31 07:28:04 UTC
From:
To:
gRPC comes with a command line tool "grpc_cli". See its documentation:

https://github.com/grpc/grpc/blob/master/doc/command_line_tool.md

This is useful both for people who have are developing a server and want
to test it out without having to build a client program, and also for
shell scripting.