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
I have use case where the subscriptions are generated by a different tool and then needs to merged with gnmi config.
It would be great if support for multiple configuration file can be added.
Example:
gnmic subscribe --config /app/gnmi-*
gnmic subscribe --config /app/config --config /app/subs-config
The text was updated successfully, but these errors were encountered:
Merging YAML files can easily be done with tools like yq: https://mikefarah.gitbook.io/yq/operators/reduce#merge-all-yaml-files-together
I think this would be an unnecessary complication for gNMIc.
Sorry, something went wrong.
No branches or pull requests
I have use case where the subscriptions are generated by a different tool and then needs to merged with gnmi config.
It would be great if support for multiple configuration file can be added.
Example:
gnmic subscribe --config /app/gnmi-*
gnmic subscribe --config /app/config --config /app/subs-config
The text was updated successfully, but these errors were encountered: