mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-10 06:13:57 -05:00
* save progress * fix file name * save progress * save progress * remove uneeded subheader * Fix build error * fix another build error
9 lines
303 B
Text
9 lines
303 B
Text
<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"`
|