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

fix: implement support for multiple local ska-config.yaml #59

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

gchiesa
Copy link
Owner

@gchiesa gchiesa commented Sep 25, 2024

🎯 What

As per #55 SKA should support scaffolding multiple folders in the same root.
For this reason a single yaml file is not sufficient anymore and the choice is to change the approach to a dedicated directory .ska-config holding all the configurations inside.

Each template can be associated to a named config so that ska update will know what information retrieve.
If no name is passed for the configuration then the default config name will be used.

However, if there is already a configuration of there are multiple configurations, then the name is required.

🤔 Why

To support issue #55

📚 References

closes #55

this is done by moving from single yaml file to directory with list of yamls
@gchiesa gchiesa changed the title issue-55-multiple-ska-config fix: implement support for multiple local ska-config.yaml Sep 25, 2024
@gchiesa gchiesa merged commit 165242d into main Sep 25, 2024
5 of 6 checks passed
@gchiesa gchiesa deleted the issue-55-multiple-ska-config branch September 25, 2024 18:50
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 this pull request may close these issues.

the .ska-config is overridden if multiple blueprint expand in the same folder
1 participant