open-vault/website/source/docs/commands/plugin/list.html.md
Seth Vargo 1259ee6743 Add plugin CLI for interacting with the plugin catalog (#4911)
* 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
2018-07-13 10:35:08 -07:00

778 B

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 the VAULT_FORMAT environment variable.