mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
* fix console formatting for help output * fix again * fix again * fix, add to ignore * fix, add to ignore * add to ignore file * fix formatting, no verify * remove lib/story.md * add changelog * hold off updating ignore list for separate ticket * fix test
19 lines
659 B
Handlebars
19 lines
659 B
Handlebars
{{!-- template-lint-disable --}}
|
|
<div class="console-ui-alert has-text-grey">
|
|
<Icon @name="info" />
|
|
<pre>Usage: vault <command> [args]
|
|
|
|
Commands:
|
|
read Read data and retrieves secrets
|
|
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> |