Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 605 Bytes

File metadata and controls

25 lines (15 loc) · 605 Bytes

Plugin Uninstall

Uninstall an osls plugin and remove it from the services plugins array.

serverless plugin uninstall --name pluginName

Options

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

The name must be a bare npm package name, such as example-osls-plugin or @example/osls-plugin. Versioned package specs such as example-osls-plugin@1.2.3 are not accepted by plugin uninstall.

Provided lifecycle events

  • plugin:uninstall:uninstall

Examples

Remove the example-osls-plugin plugin

serverless plugin uninstall --name example-osls-plugin