All Tools
Y
Dev ToolsFreeOpen Source
YQ
jq for YAML, JSON, XML, CSV, and TOML
MIT
ABOUT
ML and infra configs live in YAML, but jq only speaks JSON. yq gives the same filter-and-rewrite power across YAML, JSON, XML, CSV, TOML, and HCL so you can patch Helm values, compose experiment configs, and extract fields in CI without a custom parser.
INSTALL
brew install yqINTEGRATION GUIDE
1. Patch Kubernetes and Helm YAML in CI without a Python script
2. Extract model hyperparameters from experiment YAML into JSON for dashboards
3. Merge overlay configs for training jobs across environments
4. Convert between YAML, JSON, and TOML in data and IaC pipelines
TAGS
yamljsoncligolangkubernetesconfigopen-source