Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.33 KB

vaku.md

File metadata and controls

43 lines (30 loc) · 1.33 KB

vaku

Vaku is a CLI for working with large Vault k/v secret engines

Synopsis

Vaku is a CLI for working with large Vault k/v secret engines

The Vaku CLI provides path- and folder-based commands that work on both Version 1 and Version 2 K/V secret engines. Vaku can help manage large amounts of Vault data by updating secrets in place, moving paths or folders, searching secrets, and more.

Vaku is not a replacement for the Vault CLI and requires that you are already authenticated to Vault before running any commands. Vaku commands should not be run on non-K/V engines.

CLI documentation - 'vaku help [cmd]' API documentation - https://pkg.go.dev/github.com/lingrino/vaku/v2/api Built by Sean Lingren sean@lingrino.com

Examples

vaku folder list secret/foo

Options

      --format string        output format: text|json (default "text")
  -h, --help                 help for vaku
  -i, --indent-char string   string used for indents (default "    ")
  -s, --sort                 sort output text (default true)

SEE ALSO