mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-18 21:21:06 +02:00
21 lines
788 B
Handlebars
21 lines
788 B
Handlebars
{{! template-lint-disable no-whitespace-for-layout }}
|
|
{{! prettier-ignore }}
|
|
<div class="console-ui-alert has-text-grey">
|
|
<Icon @name="info" />
|
|
<pre>Usage: vault <command> [args]
|
|
|
|
Commands:
|
|
read Read data and retrieves secrets
|
|
kv-get Read data for kv v2 secret engines. Use -metadata flag to read metadata
|
|
write Write data, configuration, and secrets
|
|
delete Delete secrets and configuration
|
|
list List data or secrets
|
|
|
|
Web CLI Commands:
|
|
api Navigate to the Vault API explorer. Use 'api [filter]' to prefilter the list.
|
|
clear Clear output from the log
|
|
clearall Clear output and command history
|
|
fullscreen Toggle fullscreen display
|
|
refresh Refresh the data on the current screen under the CLI window
|
|
</pre>
|
|
</div> |