[CLI] Accept multiple specification files via stack specification directories #106
Labels
Affects: Command Line
Affects the command line interface
Category: Enhancement
New feature or request
We are finding it helpful to split up our
venvstacks.toml
file into multipletoml
files. We split up our layer specifications up by platform, put them in their own toml files, and concatentate them into a single spec file before we call the CLI. This split helps separate unrelated specifications when developing or code-reviewing.I think there are a couple of other interesting ways to further split up the layer spec. Splitting by layer type (
applications.toml frameworks.toml runtimes.toml
), or by project (mlx.toml
,llama.toml
) could also make sense.The text was updated successfully, but these errors were encountered: