Expand description
The knf pipeline: load layers, merge, emit.
Modules§
- cli
- clap derive structs.
- format
- Format detection, parsing and emission.
- interp
- The process environment, as
knf-interpwants to see it. - value
- Conversion between the merge IR and the native JSON/TOML value types.
Functions§
- merge_
options - Builds the merge knobs, validating the whole rule set up front.
- resolve_
output_ format - Decides the output format from
-fand the inputs. - run
knf <files...>— merge layers left to right, print one document.- write_
stdout - Writes to stdout, treating a closed pipe as success so
knf big.json | headdoes not report an error the user cannot act on.