-
Notifications
You must be signed in to change notification settings - Fork 262
Infrakit template
command different from utils init
#729
Comments
Thanks for testing this out. Yes this is a surprising result, but there's a reason for it. I am glad you are finding this out and my explanations consist of two parts: Part 1 -
|
It seems that processing template actions via
infrakit template
is different frominfrakit utils init
w.r.t. passing in vars.For example:
processes differently when using the commands:
infrakit template --var filename=... target.json
include
action is inside target.json.infrakit util init --var filename=... target.json
include
action is inside the script specified in theInitScriptTemplateURL
parameter of target.jsonExample repo here
I would expect that both commands does the
var
replacement from the specified--var
in the command line.However, I observe that only the
template
command correctly does the var replacement and theutils init
command results in an error:Thanks!
The text was updated successfully, but these errors were encountered: