pkl

Configuration language and validator for creating typed, composable configs.

brewmacoslinux
Try with needOr install directly
Source

About

CLI for the Pkl programming language

Commands

pkl

Examples

generate JSON from a configuration file$ pkl eval config.pkl -o json
convert Pkl config to YAML format$ pkl eval config.pkl -o yaml
validate a configuration file without generating output$ pkl eval config.pkl
generate multiple output formats from config$ pkl eval config.pkl -o json -o yaml -o text
check if configuration files have syntax errors$ pkl lint *.pkl