vhsm plugin info
Learn to fetch information about the plugin in vHSM plugin catalog.
The vhsm plugin info
command displays detailed information about a plugin in vHSM’s plugin catalog. You must specify the plugin type auth
, database
, or secret
and the plugin name.
The output includes the deprecation_status field for all built-in plugins, providing lifecycle visibility.
Usage
<plugin-type>
: Type of the plugin (e.g.,auth
,database
, orsecret
)<plugin-name>
: Name of the plugin in the catalog
Available Flags
Command options
-plugin-version=<str>
Semantic version of the plugin to query. If unspecified, vHSM defaults to the unversioned or built-in plugin.
Output options
-field=<string>
Display only the value of the specified field (no trailing newline). Useful for scripting.
-format=<string>
Format the output as table
(default), json
, or yaml
. Can also be set via the VAULT_FORMAT
environment variable.
Examples
View versioned plugin info:
vhsm plugin info auth ratls
View info for a built-in plugin:
vhsm plugin info database postgresql-database-plugin
Get only the plugin SHA256 hash:
vhsm plugin info -field=sha256 auth my-custom-plugin
Last updated
Was this helpful?