mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-25 19:31:14 +01:00
* save progress * fix file name * save progress * save progress * remove uneeded subheader * Fix build error * fix another build error
10 lines
303 B
Plaintext
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"`
|