serverless-stack-output icon indicating copy to clipboard operation
serverless-stack-output copied to clipboard

Move format to extra yaml prop to allow for file extension customization

Open iDVB opened this issue 7 years ago • 1 comments

It would be helpful if this plugin allowed for...

custom:
  output:
    format: toml # toml, yaml, yml, and json format is available
    file: .build/.env

This way you can name the file anything you want.

Helps with trying to standardize with other plugins like this... https://github.com/mrsteele/dotenv-webpack

For the moment, I'm simply relying on the above plugin's ability to look for a different name other than .env.

iDVB avatar Nov 24 '17 16:11 iDVB

@sbstjn Why hasn't this been merged?

ryan-mars avatar May 16 '18 05:05 ryan-mars