Exec
Execute shell commands.
Run arbitrary shell commands and capture their output. Use with care in production environments — prefer purpose-built components where available.
Components
| Component | Description |
|---|---|
exec | Runs an arbitrary shell command and captures its stdout, stderr and exit code |
How is this guide?