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, or secret).

  • <plugin-name>: The name of the plugin to deregister

vhsm plugin deregister [options] <plugin-type> <plugin-name>

Available Flags

Flag
Description

-version=<string>

Semantic version of the plugin to deregister. If not set, only an unversioned plugin will be removed.

Example

Deregister a plugin:

vhsm plugin deregister auth my-custom-plugin

Output

Success! Deregistered plugin (if it was registered): my-custom-plugin

Last updated

Was this helpful?