### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/google/cli-reference/install-plugin) # 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. ```bash 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 ```bash serverless install plugin --name serverless-kubeless ```