You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when I used this command ghz --config=config.json, I got unknown format:
when I used another command ghz -config ./config.json, I got ghz: error: strconv.ParseUint: parsing "onfig": invalid syntax, try --help
I can success running rpc test with pure command Line ghz --insecure --proto ./helloworld.proto --call helloworld.Greeter.SayHello -d '{"name":"Joe"}' localhost:8099
How can I change my config so that I can use json config file?
Environment
OS: macOS 10.14.1
ghz: 0.35.0
Additional context
My grpc service is started in localhost with port 8099
The text was updated successfully, but these errors were encountered:
Hello, thanks for the reporting this issue. Seems a small bug was introduced in a recent release. I believe this should be addressed now in 0.35.1. Please let me know if this is still an issue.
Proto file(s)
helloworld.proto
Command line arguments / config
config.json is in the same directory with helloworld.proto, its content:
Describe the bug
when I used this command
ghz --config=config.json
, I gotunknown format:
when I used another command
ghz -config ./config.json
, I gotghz: error: strconv.ParseUint: parsing "onfig": invalid syntax, try --help
I can success running rpc test with pure command Line
ghz --insecure --proto ./helloworld.proto --call helloworld.Greeter.SayHello -d '{"name":"Joe"}' localhost:8099
How can I change my config so that I can use json config file?
Environment
Additional context
My grpc service is started in localhost with port 8099
The text was updated successfully, but these errors were encountered: