plugin list
List all plugin runtimes currently registered with Vault. Returns all the available plugin runtimes or an error if the set of registered runtimes is empty. Vault considers any registered plugin runtime "available", regardless of whether it is currently in use.
Examples
List all available plugin runtimes in the catalog.
Usage
The following flags are available in addition to the standard set of flags included on all commands.
Output options
-format
(string: "table")
- Print the output for the current command in the given format. Valid formats aretable
,json
, oryaml
. Use theVAULT_FORMAT
environment variable to set your output preferences globally.
Command options
-type
(string: "")
- Plugin runtime type. Vault currently only supportscontainer
runtime type.