2017-09-02 12:03:38 +09:00

886 B

Read this on the main serverless docs site

Plugin Install

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 plugin install --name pluginName

Options

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

Provided lifecycle events

  • plugin:install:install

Examples

Install the serverless-webpack plugin

serverless plugin install --name serverless-webpack