Skip to content
New issue

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

How to config protoset? #31

Closed
gexinworks opened this issue May 23, 2018 · 3 comments
Closed

How to config protoset? #31

gexinworks opened this issue May 23, 2018 · 3 comments

Comments

@gexinworks
Copy link

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

@gexinworks
Copy link
Author

@jhump
Copy link
Contributor

jhump commented May 23, 2018

@wjzhangcsu: your example command has no arguments:

grpcurl -protoset *.protoset

You need to append list, describe <symbol>, or <service/method> to tell grpcurl what you want it to do.

@gexinworks
Copy link
Author

@jhump yes~,thanks for your replying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants