Update the provided $env function in JSONata manifestTransform to throw if an environment variable is not defined. This is safer than returning null as it will not fail silently and abort the deployment process. If null is acceptable, $envOrNull has been added.
Update the provided
$env
function in JSONatamanifestTransform
to throw if an environment variable is not defined. This is safer than returning null as it will not fail silently and abort the deployment process. Ifnull
is acceptable,$envOrNull
has been added.