Process and query YAML, JSON, XML, CSV and properties from CLI
Process YAML, JSON, XML, CSV and properties documents from the CLI
yq
$ yq '.metadata.name' deployment.yaml
$ yq -o=json config.yaml
$ yq '.spec.replicas = 3' deployment.yaml