Expand description
Value coercion and naming (to_kebab, JSON Schema โ CLI values, env:/file: secrets).
Functionsยง
- apply_
head - Truncate JSON arrays to first N elements; pass through other values.
- coerce_
value - Coerce a CLI string (or JSON value) according to a JSON Schema fragment.
- resolve_
secret - Resolve
env:VARorfile:/pathsecret values. - to_
kebab - Convert camelCase / snake_case names to kebab-case (Python
to_kebab).