YAML
A cheatsheet for YAML basic syntax, block modifiers, and special characters.
Tracecat uses YAML to define action inputs and workflow configurations. This cheatsheet covers the basic YAML syntax, block modifiers to handle multi-line text, and special characters.
Basic Syntax
Special Characters
YAML supports escaping characters using backslashes:
Block Modifiers
The best way to deal with multi-line configurations and
special characters in YAML is to use the block scalars >-
and >
.
Was this page helpful?