Skip to content
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

Talos: merge resources from multiple env-dirs #271

Closed
tpluscode opened this issue Feb 11, 2022 · 0 comments · Fixed by #526
Closed

Talos: merge resources from multiple env-dirs #271

tpluscode opened this issue Feb 11, 2022 · 0 comments · Fixed by #526

Comments

@tpluscode
Copy link
Member

Consider a structure like below, which will initialise a /person/john resource

.
├── resources/
│   └── person/
│       └── john.ttl
└── resources/
    └── person.prod/
        └── john.ttl

When called as talos put resources resources.prod, currently the last will win and ./resources/person/john.ttl will be ignored.

The default behaviour should change so that the both john.ttl should be merged into a single dataset. An optional prefix parameter would allow one to override the other, for example:

prefix talos: <baseResource:replace>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant