Command-line YAML and XML processor using jq syntax
Command-line YAML and XML processor that wraps jq
yq
$ yq '.services.web.port' docker-compose.yml
$ yq '.database.host = "localhost"' config.yml
$ yq -c '.' input.yml