vhsm path-help
The vhsm path-help
command retrieves API help for vHSM paths. All vHSM endpoints provide built-in help in Markdown format, covering:
System paths
Secrets engines
Authentication methods
This interactive help allows users to discover and understand paths available in vHSM.
Usage
Retrieves API help for the given vHSM path.
Helps discover and understand supported paths.
Examples
Get help output for the KV secrets engine
vhsm path-help secret
Learn more about a specific KV path (password
)
vhsm path-help secret/password
Description The KV backend reads and writes arbitrary secrets. vHSM encrypts/decrypts secrets, ensuring they are never stored unencrypted.
Output
To get help for a specific path, use:
Example for password
path
Output
Command Options
-format=<format>
Output format: table
, json
, or yaml
table
-field=<name>
Print only a specific field in the output
None
Last updated
Was this helpful?