A lightweight and portable command-line YAML, JSON, INI and XML processor that uses jq-like syntax for processing structured data files.
About
yq is a lightweight command-line utility designed to process and manipulate YAML documents. Modeled after the popular jq tool for JSON, it enables filtering, editing, and transforming structured data in YAML format. Starting from version 4.18, yq also supports conversions between…