vhsm plugin deregister
Learn to deregister a plugin from vHSM's plugin catalog.
The plugin deregister
command deregisters an existing plugin from vHSM's plugin catalog. If the plugin does not exist, no error is returned. The plugin's type of "auth", "database", or "secret" must be included.
Usage
The following flags are available in addition to the standard set of flags included on all commands.
-version
(string: "")
- Semantic version of the plugin to deregister. If unset, only an unversioned plugin may be deregistered.<plugin-type>
: The type of plugin (e.g.,auth
,database
, orsecret
).<plugin-name>
: The name of the plugin to deregister
Available Flags
-version=<string>
Semantic version of the plugin to deregister. If not set, only an unversioned plugin will be removed.
Example
Deregister a plugin:
Output
Last updated
Was this helpful?