organize
organize copied to clipboard
Reference Other Config Files
Is your feature request related to a problem? Please describe. I have multiple config files that make reference to the same aliases. It would be great if I didn't have to create the aliases in both config files.
Describe the solution you'd like Allow one config file to reference another config file that may contain aliases and templates.
Describe alternatives you've considered I've considered using pyYAML.
I've been generating my yaml files using jinja2-cli, which expands on the limitations of yaml quite a bit and allows for things like file includes.
It's not perfect, but you could use an environment variable for this already. At the moment I think this is out of scope, so I'm closing the issue.