vhsm plugin list

Learn to list all the available plugins that are registered in the vHSM plugin catalog

The plugin list command lists all available plugins registered in vHSM's plugin catalog. It can list all plugin types or be filtered by specific types such as auth, database, or secret.

The output includes a Deprecation Status column for built-in plugins, helping users track the plugin lifecycle. Non-builtin plugins will show a Deprecation Status of "n/a".

Usage

vhsm plugin list [options] [plugin-type]
  • [plugin-type] (optional): Limit the output to a specific plugin type — auth, database, or secret.

Available Flags

Command options

Flag
Description

-detailed

Show extended output including container status and deprecation status.

Output options

Flag
Description

-format=<string>

Format output as table (default), json, or yaml. Can also be set via the VAULT_FORMAT environment variable.

Examples

  • List all plugins in the catalog: vhsm plugin list

Name                                 Type        Version
----                                 ----        -------
alicloud                             auth        v0.13.0+builtin
cassandra-database-plugin            database    v1.13.0+builtin.vault
  • List only database plugins: vhsm plugin list database

Name                                 Version
----                                 -------
cassandra-database-plugin            v1.13.0+builtin.vault
  • List all plugins with detailed output: vhsm plugin list -detailed

Last updated

Was this helpful?