mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-27 13:41:10 +01:00
* Add 'plugin list' command * Add 'plugin register' command * Add 'plugin deregister' command * Use a shared plugin helper * Add 'plugin read' command * Rename to plugin info * Add base plugin for help text * Fix arg ordering * Add docs * Rearrange to alphabetize * Fix arg ordering in example * Don't use "sudo" in command description
778 B
778 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| docs | plugin list - Command | docs-commands-plugin-list | The "plugin list" command lists all available plugins in the plugin catalog. |
plugin list
The plugin list command lists all available plugins in the plugin catalog.
Examples
List all available plugins in the catalog.
$ vault plugin list
Plugins
-------
my-custom-plugin
# ...
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 in the given format. Valid formats are "table", "json", or "yaml". This can also be specified via theVAULT_FORMATenvironment variable.