grpcurl icon indicating copy to clipboard operation
grpcurl copied to clipboard

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers

Results 125 grpcurl issues
Sort by recently updated
recently updated
newest added
trafficstars

Is there an existing way for grpcurl to output the GRPC binary response instead of converting it to text?

Hey, Can you please set this to be true by default? It's not obvious when I received an empty response instead of false. PS: Love the tool

I have a use case where I'd the headers to be able to be read from stdin, in particular I'm passing credentials through the headers and I don't want the...

grpcurl retries forever even after server sends GOAWAY frame I tried something like this: ``` gcurl -plaintext localhost:50051 describe ``` from server with `GODEBUG="http2debug=2"`: ``` 2019/08/10 22:56:11 connection is idle...

This is beneficial because it makes grpcurl more like curl. Many more flags are now common between grpcurl and curl which will help users that are new to the tool.

More of a suggestion. Seems like in most cases it would be nice to ignore these.

As `grpcurl` is using standard `flags` package, it's requires to pass flags before positional arguments. It pretty difficult to "play around" with different commands. I would propose to use come...

Using GO 1.19 on Windows and it fails with "Too many arguments" error when calling with -d flag ``` C:\Users\dev>go version go version go1.19 windows/amd64 C:\Users\dev>grpcurl -d '{"locId": 1}' -plaintext...

Is anyone working on this? If not, I'll do it.

My sample grpc application uses host+port as a client id. However, grpcurl seems to make calls from a random port each time. I don't seem to find any flag in...