# 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 ` — The format of the execution plan. Default value: `yaml` Possible values: `yaml` * `-w`, `--workers ` — Defines how many worker threads are created in the OS thread pool. Default value: `1` * `--no-stdout ` — Disables any output to STDOUT. Useful for preventing leakage of secrets and keeping the logs clean. * `--no-stderr ` — Disables any output to STDERR. Useful for preventing leakage of secrets and keeping the logs clean.
This document was generated automatically by clap-markdown.