# 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`
* `--no-stdout <NO-STDOUT>` — Disables any output to STDOUT. Useful for preventing leakage of secrets and keeping the logs clean.
* `--no-stderr <NO-STDERR>` — Disables any output to STDERR. Useful for preventing leakage of secrets and keeping the logs clean.
<hr/>
<small><i>
This document was generated automatically by
<a href="https://crates.io/crates/clap-markdown"><code>clap-markdown</code></a>.
</i></small>