You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
379 B
Cheetah
9 lines
379 B
Cheetah
{{- $development := promptBoolOnce . "development" "is this a development environment [false]" -}}
|
|
{{- $hellotech := promptBoolOnce . "hellotech" "include work tools [false]" -}}
|
|
{{- $include_legacy := promptBoolOnce . "include_legacy" "include old scripts [false]" -}}
|
|
|
|
[data]
|
|
development = {{ $development }}
|
|
hellotech = {{ $hellotech }}
|
|
include_legacy = {{ $include_legacy }}
|