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

add option to keep .env file after being generated #12

Open kraiovsky opened 5 years ago

kraiovsky commented 5 years ago

Enable developers to keep .env file after being generated by sls env generate command. Might be useful if file is being used for testing or local development with running app server i.e. koa using serverless-http

tsamaya commented 4 years ago

would be really nice for development purpose