chiko

Ultimate Beauty gRPC Client for your Terminal

brewmacoslinux
Try with needOr install directly
Source

About

Ultimate Beauty gRPC Client for your Terminal

Commands

chiko

Examples

Connect to a gRPC server and list available services$ chiko localhost:50051
Call a specific gRPC method with JSON payload$ chiko localhost:50051 package.Service/Method -d '{"key": "value"}'
Display server reflection information$ chiko localhost:50051 --describe