-
Notifications
You must be signed in to change notification settings - Fork 164
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
Add expand_keys type support for yaml files #54
Comments
Sounds good. I plan to do this within the scope of GH-49. |
Is there an ETA on this enhancement, thanks? |
Rather than an ETA, I'd be happy to know if it's being considered or worked on. If so, then I would know that eventually I can use it. For now, I wrote my own janky yml->consul code. |
@spanktar Yes, it is being considered. We are working refactor of git2consul to include file backends, but there is no ETA on this yet. Apologies for the delay! Edit: If you've got tooling that can do the translation, feel free to share it with the community and link it here. :) |
https://github.com/nodeca/js-yaml |
As a user, I would like to be able to import a .yml file and have git2consul split each key/value into k/v in Consul similar to how the json expand_keys works. This would allow me to standardize my configurations to yml.
The text was updated successfully, but these errors were encountered: