2017-08-26 02:50:59 +09:00

929 B

Read this on the main serverless docs site

Install Plugin

Install a Serverless plugin and add it to the services plugins array.

Note: You might want to change the order of the plugin in the services plugins array.

serverless install plugin --name pluginName

Options

  • --name or -n The plugins name. Required.
  • --version or -v The plugins version.

Provided lifecycle events

  • install:plugin:plugin

Examples

Install the serverless-kubeless plugin

serverless install plugin --name serverless-kubeless