plugin register
The plugin register
command registers a new plugin in Vault's plugin catalog.
The plugin's type of "auth", "database", or "secret" must be included.
Examples
Register a plugin:
Register a plugin with custom args:
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_FORMAT
environment variable.
Command options
-sha256
(string: <required>)
- Checksum (SHA256) of the plugin binary.-args
(string: "")
- List of arguments to pass to the binary plugin during each invocation. Specify multiple arguments with commas.-command
(string: "")
- Name of the command to run to invoke the binary. By default, this is the name of the plugin.