Open domdorn opened 2 years ago
Hey @domdorn!
If I pass a large json either directly with
-d "myjson"
or with the-d @ .. <<EOM
way, I always get "too many arguments" as an error.
I was stuck on the same issue as well, have you tried -d "$(cat my.json)"
? (double quotes mandatory to prevent word splitting)
A little hacky but ended up working for me!
awesome @TeoZosa , this works!
Hello!
I'm trying out grpcurl to test a grpc endpoint. I'm having a hard time doing so cause grcpurl does not support passing a input file.
Please add a way or document (if it already exists) how to load input data from a file.
If I pass a large json either directly with
-d "myjson"
or with the-d @ .. <<EOM
way, I always get "too many arguments" as an error.