Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 815 Bytes

plugin-uninstall.md

File metadata and controls

33 lines (24 loc) · 815 Bytes

Plugin Uninstall

Uninstall a Serverless plugin and remove it from the services plugins array.

serverless plugin uninstall --name pluginName

Options

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

Provided lifecycle events

  • plugin:uninstall:uninstall

Examples

Remove the serverless-webpack plugin

serverless plugin uninstall --name serverless-webpack