Because the Nimbella deployer had locked down version 7.0.0 of the dotenv parser, its environment files don't support the latest multi-line syntax recommendations of dotenv. This PR incorporates deployer 4.1.1 and declares CLI 3.1.1 to pick up the change to fix this. The latest dotenv should now be used.
Because the Nimbella deployer had locked down version 7.0.0 of the
dotenv
parser, its environment files don't support the latest multi-line syntax recommendations ofdotenv
. This PR incorporates deployer 4.1.1 and declares CLI 3.1.1 to pick up the change to fix this. The latestdotenv
should now be used.