DieProduktMacher / serverless-env-generator

A Serverless 1.x plugin to manage environment variables with YAML and turn them into a .env file on deployment. Supports encryption with KMS, multiple stages and custom profiles.
MIT License
31 stars 11 forks source link

Don't delete dotenv file. allows this to work with serverless-offline #5

Closed williscool closed 6 years ago

williscool commented 6 years ago

title says it all.

tlimp commented 6 years ago

Sorry but it is crucial that the .env is removed after deployment, so that the encrypt/decrypt functionality makes even sense.

You can always have a .local.env with all the environment variables you need for local/offline development.

williscool commented 6 years ago

ahh that makes sense!

Would be nice to have that in the ReadMe