Describe the bug
this command fails because the registry directory begins with . character
weaver registry generate \
--registry .semconv \
--templates templates \
--config /templates/registry/markdown/weaver.yaml
this command succeeds
weaver registry generate \
--registry semconv \
--templates templates \
--config /templates/registry/markdown/weaver.yaml
To Reproduce
see above
Expected behavior
I expect hidden directories to work when trying to render output using weaver generate
Additional context
v0.18.0, I also tested back to v0.16.0 and the problem persists. This problem also occurs if I use an absolute path instead of a relative path.
Describe the bug
this command fails because the registry directory begins with
.characterthis command succeeds
To Reproduce
see above
Expected behavior
I expect hidden directories to work when trying to render output using
weaver generateAdditional context
v0.18.0, I also tested back to v0.16.0 and the problem persists. This problem also occurs if I use an absolute path instead of a relative path.