-
Notifications
You must be signed in to change notification settings - Fork 10
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
Allow multiple context(s) #15
Comments
This is not supported on purpose since you can already do that using |
(late reply) This would actually be really nice as I might have a mix of JSON and YAML config files in a few directories representing a hierarchy of configs. I'm currently doing this as:
But it would be cool to avoid the whole |
The best way to go is to pick your format, whether json or yaml. Then using tools like For instance, you may prefer to aggregate your "sub-json" into an array, or an object... this is out of the scope of the cli. |
Awesome library!
I have my data spread over multiple files. But I can specify only one value for
context
. This is blocking me from using this cli.The text was updated successfully, but these errors were encountered: