Releases: gruntwork-io/boilerplate
Releases · gruntwork-io/boilerplate
v0.2.15
v0.2.14
v0.2.13
v0.2.12
v0.2.11
v0.2.10
v0.2.9
v0.2.8
v0.2.7
- NEW FEATURE: Boilerplate now supports the following new helpers:
boilerplateConfigDeps DEPENDENCY_NAME PROPERTY
: Return the value of the given property for the given DependencyboilerplateConfigVars VAR_NAME PROPERTY
: Return the value of the given property for the given Variable
- NEW FEATURE: Boilerplate now exposes the following global template variables. See the docs for more information on how to use them:
BoilerplateConfigVars
: A map of all variables defined in the rootboilerplate.yml
.BoilerplateConfigDeps
: A map of all dependencies defined in the rootboilerplate.yml
.This
: A map of the currentboilerplate.yml
being processed.This.Config
: A map of the Boilerplate configuration in use.This.Options
: A map of the Boilerplate options in use.This.CurrentDep
: A map of the Boilerplate Dependency currently being processed.