[Avg. reading time: 1 minute]
YQ
YQ is a command line tool to read, query, transform, and write YAML
Its like jq for YAML. Written in Go, single binary, fast.
YAML files are popularly used in many tools, example: Kubernetes, Terraform, Github Actions.
YQ helps engineers to parse the YAML file and extract necessary output. The output can also be converted to JSON.