fullstorydev / fullstorydev/grpcurl
-protoset-out not working when invoking RPC
- Dominant language
- Go
- Stars
- 12.8k
- Forks
- 580
- Avg merge
- 1h 8m
- Merged PRs (30d)
- 5
Description
The documentation for `-protoset-out` includes:
```
When invoking an RPC and this option is given, the method being invoked and its transitive dependencies will be included in the output file.
```
However, when I attempt to use the option when invoking an RPC no file in written. Looking at the current code, it appears the function to write the protoset is not called within the invoke if block.
For my use case, ideally the `-protoset-out` would work as documented. If it was decided to not work with invoking, I think the documentation needs to be updated and a validation error added.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.