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.
Maintainers
Readme
serverless-manifold-plugin
This Serverless plugin load Environment Variables from manifold.co into serverless on serverless deploy command.
Requirements
- manifold cli.
.manifold.ymlfile in the same folder whereserverless.ymlis 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-pluginExample
Run Serverless Deploy
sls deploy