873 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-kubeless plugin

serverless plugin install --name serverless-kubeless