grpcurl
Verified for current stable LTS
Grpcurl Commands
Grpcurl command syntax with verified terminal examples.
Commands
8 commands for Grpcurl
grpcurl Operations
Grpcurl Command: List All Methods In Service On Grpc Server
grpcurl {grpc.server.com:443} list <my.custom.server.Service> grpcurl Operations
Grpcurl Command: List All Services
grpcurl {grpc.server.com:443} list grpcurl Operations
Grpcurl Command: List All Services Exposed By Grpc Server
grpcurl {grpc.server.com:443} list grpcurl Operations
Grpcurl Command: List Methods In Service
grpcurl {grpc.server.com:443} list <my.custom.server.Service> grpcurl Operations
Grpcurl Command: Send Empty Request
grpcurl {grpc.server.com:443} <my.custom.server.Service/Method> grpcurl Operations
Grpcurl Command: Send Empty Request To Grpc Server
grpcurl {grpc.server.com:443} <my.custom.server.Service/Method> grpcurl HTTP
Grpcurl Command: Send Request With Header And Body
grpcurl -H "{Authorization: Bearer $token}" -d '{{"foo": "bar"}}' {grpc.server.com:443} <my.custom.server.Service/Method> grpcurl HTTP
Grpcurl Command: Send Request With Header And Body To Grpc Server
grpcurl -H "{Authorization: Bearer $token}" -d '{{"foo": "bar"}}' {grpc.server.com:443} <my.custom.server.Service/Method> Suggest a Grpcurl Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Grpcurl workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.