# Command-Line Help for `execute`
This document contains the help content for the `execute` command-line program.
**Command Overview:**
* [`execute`↴](#execute)
## `execute`
Executes an execution plan.
**Usage:** `execute [OPTIONS]`
###### **Options:**
* `-f`, `--format <FORMAT>` — The format of the execution plan.
Default value: `yaml`
Possible values: `yaml`
* `-w`, `--workers <WORKERS>` — Defines how many worker threads are created in the OS thread pool.
Default value: `1`
* `-p`, `--prefix <PREFIX>` — The prefix for child process output that gets printed to STDOUT.
Default value: `==> `
* `-s`, `--silent <SILENT>` — Disables any output to STDOUT. Useful for preventing leakage of secrets.
<hr/>
<small><i>
This document was generated automatically by
<a href="https://crates.io/crates/clap-markdown"><code>clap-markdown</code></a>.
</i></small>