Uninstall an osls plugin and remove it from the services plugins array.
osls plugin uninstall --name pluginName--nameor-nThe 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.
osls plugin uninstall --name example-osls-plugin