yq
CLIA lightweight YAML, JSON, and XML processor.
Read a YAML valueVerified macOS · Linux
yq '.services.web.ports[0]' compose.yml+4 more matching recipestext-processing5 recipes · 5 verified
sops
CLISecrets management tool supporting YAML, JSON, and .env files.
Encrypt a YAML secrets file~93% est.
sops --encrypt secrets.yaml > secrets.enc.yaml+2 more matching recipessecurity3 recipes
kubectl
CLIKubernetes command-line tool for controlling clusters.
Apply manifest file~97% est.
kubectl apply -f deploy.yamlcloud4 recipes