mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-28 04:41:45 +01:00
* save progress * fix file name * save progress * save progress * remove uneeded subheader * Fix build error * fix another build error
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
<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/*`
|
|
|