serverless-manifold-plugin
v1.1.2
Published
This [Serverless](https://github.com/serverless/serverless) plugin load Environment Variables from [manifold.co](https://www.manifold.co/) into serverless on `serverless deploy` command.
Downloads
5
Maintainers
Readme
serverless-manifold-plugin
This Serverless plugin load Environment Variables from manifold.co into serverless on serverless deploy
command.
Requirements
- manifold cli.
.manifold.yml
file in the same folder whereserverless.yml
is located.
Installation
First, add Serverless Plugin to your project:
npm install serverless-manifold-plugin --save-dev
Then inside your project's serverless.yml
file add following entry to the plugins section: serverless-manifold-plugin
. If there is no plugin section you will need to add it to the file.
It should look something like this:
plugins:
- serverless-manifold-plugin
Example
Run Serverless Deploy
sls deploy