Converts input documents into YAML format
Converts input document into YAML format while preserving the order of all keys.
dyff yaml [flags] <file-location> ...
-p, --plain output in plain style without any highlighting
-r, --restructure restructure map keys in reasonable order
-O, --omit-indent-helper omit indent helper lines in highlighted output
-i, --in-place overwrite input file with output of this command
-h, --help help for yaml
-c, --color specify color usage: on, off, or auto (default auto)
-w, --fixed-width int disable terminal width detection and use provided fixed value (default -1)
-k, --preserve-key-order-in-json use ordered keys during JSON decoding (non standard behavior)
-t, --truecolor specify true color usage: on, off, or auto (default auto)
- dyff - dyff