toolsplus / nx-forge

Atlassian Forge plugin for Nx
https://toolsplus.github.io/nx-forge/
MIT License
17 stars 4 forks source link

feat(executors): improve manifestTransform env function #103

Closed tbinna closed 3 months ago

tbinna commented 3 months ago

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.

github-actions[bot] commented 3 months ago

:tada: This PR is included in version 4.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: