serverless-manifold-plugin

1.1.2 • Public • Published

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 where serverless.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

Package Sidebar

Install

npm i serverless-manifold-plugin

Weekly Downloads

2

Version

1.1.2

License

MIT

Unpacked Size

39.8 kB

Total Files

7

Last publish

Collaborators

  • marconi1992