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

10 lines
303 B
Plaintext

<a id="agent-flag-exec" />
**`-exec (string : "")`**
Path to the command for child processes with optional arguments. Relative paths
start from the current working directory when executed. Corresponds to
`exec.command` in the Vault Agent configuration file.
**Example**: `-exec "./my-app arg1 arg2"`