...
Command | Purpose | ||
---|---|---|---|
wmstart [id] | Registers services that each component within the bundle exposes if all required service dependencies are available. For each component, at the very least a component service is registered | ||
wmstop | Stops all services registered by the component. | ||
wmupdate | Updates the plugin to a newer version. If a problem is encountered during the update, the plugin is automatically rolled back to the existing version. The following describes a typical plugin update scenario:
| ||
wmpurge | Removes all content that was created during and after the installation of the component. | ||
wmuninstall | Removes all content that was created during the installation of the component.
|
...