Add ability to interpolate during build

Now build takes a --values argument, which is a yaml file that can be
used to interpolate the specs that are going to be compiled.
This commit is contained in:
Ettore Di Giacinto
2020-11-27 22:22:20 +01:00
parent 44d33eceba
commit 0fe30ddcfd
13 changed files with 321 additions and 14 deletions

View File

@@ -56,6 +56,7 @@ type CompilerOptions struct {
NoDeps bool
SolverOptions config.LuetSolverOptions
SkipIfMetadataExists bool
BuildValuesFile string
PackageTargetOnly bool
}