yq

populardatabrew

Mike Farah · YAML processing, config edits, and kubernetes files from the terminal.

$ brew install yq
One-liner to try
$ yq '.services.web.image' docker-compose.yml

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Usable with guardrails · 50/100
Verify
yq --version
Agent URL
/cli/yq/agent.md

Quick reference

Installbrew install yq
Verifyyq --version
First commandyq '.services.web.image' docker-compose.yml

About

YAML processing, config edits, and kubernetes files from the terminal. Built by Mike Farah.

Example workflow

1. yq '.services.web.image' docker-compose.yml

Alternatives worth considering