Print (print)
Section titled “Print (print)”Print event payloads to the terminal.
Debug json
Minimal example
Section titled “Minimal example”output: print: output: stdoutJSON
{ "output": { "print": { "output": "stdout" } }}Contents
Section titled “Contents”A ✓ marks a field that accepts a context variable such as
{{ VARIABLE }}.
Behavior
Section titled “Behavior”Behavior
| Field | Type | Required | Description |
|---|---|---|---|
output ✓ |
Output |
✅ | the kind of output: standard output, standard error, pretty output. Allowed values: stdout, stderr, pretty-stdout, pretty-stderr |
Schema
Section titled “Schema”Output Options
Section titled “Output Options”| Value | Aliases | Name | Description |
|---|---|---|---|
stdout |
stdout | Standard output of job | |
stderr |
stderr | Standard error of job | |
pretty-stdout |
pretty-stdout | Nice JSON to standard output | |
pretty-stderr |
pretty-stderr | Nice JSON to standard error |