We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exec grpcurl -plaintext host:port list return Failed to list services: server does not support the reflection API generate protoset
grpcurl -plaintext host:port list
Failed to list services: server does not support the reflection API
exec grpcurl -protoset *.protoset return Too few arguments. Try 'grpcurl -help' for more details.
grpcurl -protoset *.protoset
Too few arguments. Try 'grpcurl -help' for more details.
However, the help info can not help me in fact.
What is the crrect method to config protoset?
Thanks
The text was updated successfully, but these errors were encountered:
Here is one tutorial. https://sdqali.in/blog/2018/04/03/command-line-clients-for-grpc---grpcurl/
Sorry, something went wrong.
@wjzhangcsu: your example command has no arguments:
You need to append list, describe <symbol>, or <service/method> to tell grpcurl what you want it to do.
list
describe <symbol>
<service/method>
@jhump yes~,thanks for your replying.
No branches or pull requests
exec
grpcurl -plaintext host:port list
return
Failed to list services: server does not support the reflection API
generate protoset
exec
grpcurl -protoset *.protoset
return
Too few arguments. Try 'grpcurl -help' for more details.
However, the help info can not help me in fact.
What is the crrect method to config protoset?
Thanks
The text was updated successfully, but these errors were encountered: