...or if the $() command fails (this should already be working, but it should be good to double check).
Some applications want to include ${VARIABLE} literally in the manifest. These have to be escaped, but sometimes the template creator makes mistakes. This feature will help with catching these--of course it can't catch the case where VARIABLE is also a valid env variable in the deployer.
...or if the
$()
command fails (this should already be working, but it should be good to double check).Some applications want to include
${VARIABLE}
literally in the manifest. These have to be escaped, but sometimes the template creator makes mistakes. This feature will help with catching these--of course it can't catch the case whereVARIABLE
is also a valid env variable in the deployer.