Skip to content

YAML.sh v1.0.0 — yq energy, zero baggage

Choose a tag to compare

@azohra azohra released this 02 Aug 05:36
v1.0.0
b85e7b5

YAML.sh v1 is an intentionally breaking, ground-up rebuild: one portable /bin/sh script with an embedded AWK parser and a yq-style query language.

Highlights:

  • real mapping, sequence, scalar, and alias node graph
  • direct paths, JSON collection output, types, tags, source lines, AST, and events
  • anchors, aliases, merge keys, directives, explicit scalar keys, and multiple documents
  • tested on macOS AWK, Ubuntu AWK, BusyBox AWK, and POSIX shell syntax
  • rebuilt website, docs, installer, and an honest support contract

Start: https://yaml.azohra.com/docs/#/getting-started
YAML support: https://yaml.azohra.com/docs/#/supported_yml
Migration guide: https://yaml.azohra.com/docs/#/migration

The standalone ysh script is attached below.