Entity definitions in separate YML files
Hi, I'd like to propose a solution that allows for defining entities in separate files.
In this case, the
manifest.yml
file would have a structure like:
What do you think, does it make sense? I'd find it useful, as building a single file for multiple entities, often with comments, is a bit pointless for me.2 Replies
Hi @fedehusk thank you for your feedback. What's the purpos of this feature request ? Is it to have a clean repo, easier to read ? We can add it to the feature-request and let see if it is upvoted by the community. It's the best way to see your proposals implemented.
-> https://github.com/mnfst/manifest/discussions/categories/feature-request
GitHub
mnfst manifest Feature Request · Discussions
Explore the GitHub Discussions forum for mnfst manifest in the Feature Request category.
My main purpose is to have an easier to read schema file. I'm using Manifest more like some database helper, not strictly as a full backend service. This way I don't have to use too many SQL functions and I can save some time while coding. At the moment I use the script below:
However, I think a built-in feature like this would be much better