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
Add a new option --proto-out-dir to grpcurl that allows users to generate .proto files for listed, described, or invoked elements and their transitive dependencies.
Functionality:
When using the list and describe verbs, the listed or described elements and their transitive dependencies will be written as .proto files in the specified directory.
Proposed Implementation:
Add a new flag:
protoOut=flags.String("proto-out-dir", "", "The name of a directory where the generated .proto files will be written.")
Use Case:
This feature will be useful for users who need to generate .proto files from gRPC services, especially when working with services that don't have readily available .proto files or when dealing with dynamically generated services.
Would you like me to modify or expand on any part of this issue?
The text was updated successfully, but these errors were encountered:
Feature Description:
Add a new option --proto-out-dir to grpcurl that allows users to generate .proto files for listed, described, or invoked elements and their transitive dependencies.
Functionality:
When using the list and describe verbs, the listed or described elements and their transitive dependencies will be written as .proto files in the specified directory.
Proposed Implementation:
Add a new flag:
Use Case:
This feature will be useful for users who need to generate .proto files from gRPC services, especially when working with services that don't have readily available .proto files or when dealing with dynamically generated services.
Would you like me to modify or expand on any part of this issue?
The text was updated successfully, but these errors were encountered: