.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH execute 1 "execute " .SH NAME execute \- Executes an execution plan. .SH SYNOPSIS \fBexecute\fR [\fB\-f\fR|\fB\-\-format\fR] [\fB\-w\fR|\fB\-\-workers\fR] [\fB\-\-no\-stdout\fR] [\fB\-\-no\-stderr\fR] [\fB\-h\fR|\fB\-\-help\fR] .SH DESCRIPTION Executes an execution plan. .SH OPTIONS .TP \fB\-f\fR, \fB\-\-format\fR [default: yaml] The format of the execution plan. .br .br [\fIpossible values: \fRyaml] .TP \fB\-w\fR, \fB\-\-workers\fR [default: 1] Defines how many worker threads are created in the OS thread pool. .TP \fB\-\-no\-stdout\fR Disables any output to STDOUT. Useful for preventing leakage of secrets and keeping the logs clean. .TP \fB\-\-no\-stderr\fR Disables any output to STDERR. Useful for preventing leakage of secrets and keeping the logs clean. .TP \fB\-h\fR, \fB\-\-help\fR Print help