grpcurl Command Examples

Interact with gRPC servers. Like curl, but for gRPC. More information: https://github.com/fullstorydev/grpcurl.

grpcurl {{grpc.server.com:443}} {{my.custom.server.Service/Method}}

grpcurl -H "{{Authorization: Bearer $token}}" -d {{'{"foo": "bar"}'}} {{grpc.server.com:443}} {{my.custom.server.Service/Method}}

grpcurl {{grpc.server.com:443}} list

grpcurl {{grpc.server.com:443}} list {{my.custom.server.Service}}