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
I need to pass --grpc-gateway_opt=grpc_api_configuration=service_1/service_1.yaml option, but looks like an option array does not have variable parsing support.
So i can't specify options like this: --grpc-gateway_opt=grpc_api_configuration=$SOURCE_RELATIVE/grpc_api_config.yaml
It would be great if powerproto will have support of variables inside of options array. Thanks!
The text was updated successfully, but these errors were encountered:
Sorry I'm late, I was delayed by some things some time ago, I have supported this feature via #6:
You should now be able to use the variables in the options field of the config file, like in importPaths.
Thanks for your suggestion. If this PR doesn't meet your expectations, please feel free to contact me.
Hello!
I have a separate config file for grpc-gw config, so a directory structure looks like this:
I need to pass
--grpc-gateway_opt=grpc_api_configuration=service_1/service_1.yaml
option, but looks like an option array does not have variable parsing support.So i can't specify options like this:
--grpc-gateway_opt=grpc_api_configuration=$SOURCE_RELATIVE/grpc_api_config.yaml
It would be great if powerproto will have support of variables inside of options array. Thanks!
The text was updated successfully, but these errors were encountered: