Generate attributes from files in symlinked directories #441
Labels
contribfest
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
When trying to run
weaver registry generate
on a local path, I'd like the ability to "compose" themodel/
folder via symlinking directories present in the filesystem. Currently if I do symbolic linking (ln -s
) weaver does not read from the linked directories when generating the attributes.Describe the solution you'd like
An option that can be passed to
weaver
that would make it read sym linked folders undermodel/
and generate attributesDescribe alternatives you've considered
Right now the only way to achieve what I'm thinking is if I copy specific directories into the
model/
folder. This means if I want to keep an in-house component that need to be coalesced with semantic conventions then changes from either side need be explicitly propagated to themodel/
folder, which seems a little more cumbersome than allowing changes to be propagated via symbolic links.The text was updated successfully, but these errors were encountered: