Sarah Chavis f439a1eece
Refresh CLI docs: vault agent family (#28770)
* save progress

* fix file name

* save progress

* save progress

* remove uneeded subheader

* Fix build error

* fix another build error
2024-10-25 09:47:17 -07:00

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/*`