Show common scalar values.
Section: Scalars, maps, and sequences
Nulls, booleans, and numbers
yaml
yaml
draft: null
enabled: true
max_retries: 3
price: 7.99Explanation
Use plain scalars carefully. YAML has implicit typing rules, so quoting can help avoid ambiguity.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Scalars, maps, and sequences
Parse YAML with Python
Quickly verify that a YAML file loads successfully.
Pretty-print YAML with yq
Read and normalize YAML output from the command line.