Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.03 KB

File metadata and controls

37 lines (24 loc) · 1.03 KB

dyff yaml

Converts input documents into YAML format

Synopsis

Converts input document into YAML format while preserving the order of all keys.

dyff yaml [flags] <file-location> ...

Options

  -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

Options inherited from parent commands

  -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)

SEE ALSO