mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-20 08:30:22 -05:00
* save progress * fix file name * save progress * save progress * remove uneeded subheader * Fix build error * fix another build error
12 lines
294 B
Text
12 lines
294 B
Text
<a id="agent-flag-path" />
|
|
|
|
**`-path (string : "")`**
|
|
|
|
Path to one or more `kv` secrets store. Paths that end with a wildcard (`*`)
|
|
include all secrets under that path.
|
|
|
|
Repeat the `-path` flag as needed to specify the full set of target secrets.
|
|
|
|
|
|
**Example**: `-path secret/kv/agent-keys/*`
|
|
|