nimbella / nimbella-cli

Your cloud. Beautiful.
https://nimbella.com
Apache License 2.0
10 stars 12 forks source link

Support multi-line syntax in environment files #237

Closed joshuaauerbachwatson closed 2 years ago

joshuaauerbachwatson commented 2 years ago

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.