grpcurl
grpcurl copied to clipboard
Please add flag to output to a file
trafficstars
Hello,
Thank you for making such a wonderful tool. One of my use cases is to write out a json file using grpcurl as an init container on k8s. Since the docker image is built from scratch, I can't just use the shell to redirect stdout.
Thanks