Skip to content

Yqr

v0.1.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 1mo CLI & Terminal
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

cli jq parser rust yaml yq

Summary

AI summary

First release of yqr: a jq‑style YAML filter tool

Full changelog

First release, published to crates.io: https://crates.io/crates/yqr

yqr is a jq-style Swiss Army knife for YAML: it applies jq-like filter expressions to YAML documents, operating natively on YAML (no JSON round-trip).

M0 (foundation) feature set:

  • Identity ., field access (.foo, .a.b, .["k"])
  • Array indexing (.[n], negative from end) and iteration (.[])
  • Pipe (a | b) and optional error suppression (f?)
  • CLI with --raw-output, file/stdin input, jq-style exit codes

Install with cargo install yqr. Requires Rust 1.96+.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Yqr

Get notified when new releases ship.

Sign up free

Related context

Earlier breaking changes

  • v0.4.0 Removes `--preserve` / `-p` flag; byte preservation is now default.
  • v0.3.0 Changes --engine to select backend parser only; no longer implies preservation

Beta — feedback welcome: [email protected]