Skip to content

Files

Latest commit

1e2fc3c · Dec 1, 2017

History

History
23 lines (18 loc) · 595 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 595 Bytes

Simple CLI tool to convert JSON to YAML or YAML to JSON

PS > .\target\debug\j2y.exe --help
J 2 Y 0.0.221
Steven Murawski <[email protected]>
Converts JSON between YAML

USAGE:
    j2y-linux [FLAGS] [OPTIONS] <INPUT> <OUTPUT>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information
    -v               Include verbose output

OPTIONS:
    -s, --source <SourceFormat>    Input serialization format. [default: JSON]  [values: YAML, JSON]

ARGS:
    <INPUT>     Sets the input file to use
    <OUTPUT>    Sets the output file to use