vals

Helm-like configuration values loader supporting multiple sources

brewmacoslinux
Try with needOr install directly
Source

About

Helm-like configuration values loader with support for various sources

Commands

vals

Examples

Evaluate and display values from a file with variable references$ vals eval -f values.yaml
Load secrets from AWS Secrets Manager and merge with local values$ vals eval -f config.yaml --secrets-backend=aws-secrets
Template and output values in JSON format for piping to other tools$ vals eval -f values.yaml -o json | jq '.'