getavalon / core

The safe post-production pipeline - https://getavalon.github.io/2.0
MIT License
218 stars 48 forks source link

Support flat-list type of project data input #394

Closed davidlatwe closed 5 years ago

davidlatwe commented 5 years ago

This PR enables to inject a flat list from .inventory.toml to project data ( not the config ).

For example:

# .inventory.toml

someList = [
    "elementA",
    "elementB",
]
davidlatwe commented 5 years ago

This was originally related to the shadowFamilies implementation in #392 but things has changed. Closing this now.