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

Now that [the server reflection schema is stable](https://github.com/grpc/grpc-proto/blob/master/grpc/reflection/v1/reflection.proto), it'd be great if `grpcurl` supported `v1` in addition to `v1alpha`. The new proto schema is identical to the old one, so...

On a Windows Machine, From a Git Bash, I typed 'go install github.com/fullstorydev/grpcurl/cmd/grpc@latest' This returned go: github.com/fullstorydev/grpcurl/cmd/grpc@latest: module github.com/fullstorydev/grpcurl@latest found (v1.8.6), but does not contain package github.com/fullstorydev/grpcurl/cmd/grpc My go version...

The jsonpb package has been discarded and protojson is recommended, but I found that protojson is not compatible with grpcurl. Is it considered to replace it with protojson? https://github.com/golang/protobuf/blob/master/jsonpb/json.go ```...

I switch between calling out to a few different gRPC services all the time. Some of these live locally, and some of them live remotely. Some of them operate in...

Spend a bit of time searching through your packges as instructed in the readme but nothing for Ubuntu / Debian...

Hi, Can you please tell me if there is any way of tracing the http calls during a grpc communication session ? To trace maybe the req/resp headers, body, etc...

I am passing the self signed certificate generated by my localhost(IIS Express) using the flag -cacert but its giving the error as says **Failed to create TLS config: failed to...

I am also facing same issue -insecure flag works fine but I wanted to verify the self-signed cert can anyone give the good example how to use the -cacert flag...

Is there any option to forward the traffic via any app proxy? This will help in easy edit of json requests and understanding of full http requests.

Can you also deploy to Github Container Registry which does not impose the same pull limits as Docker Hub?