mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
929 B
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
--nameor-nThe plugins name. Required.--versionor-vThe plugins version.
Provided lifecycle events
install:plugin:plugin
Examples
Install the serverless-kubeless plugin
serverless install plugin --name serverless-kubeless