Skip to content
README.rst 1.18 KiB
Newer Older
nimrod's avatar
nimrod committed
YAML tool
#########

YAML tool, a clone of the json.tool Python module for YAML.

This tool provides a simple command line interface to validate and pretty-print
YAML documents while trying to preserve as much as possible from the original
documents (like comments and anchors).

nimrod's avatar
nimrod committed
Usage
-----

.. code:: shell

   usage: yt [-h] [infile] [outfile]

   YAML tool, a clone of the json.tool Python module for YAML.

   This tool provides a simple command line interface to validate and pretty-print
   YAML documents while trying to preserve as much as possible from the original
   documents (like comments and anchors).

   positional arguments:
     infile      a YAML file to be validated or pretty-printed
     outfile     write the output of infile to outfile

     optional arguments:
       -h, --help  show this help message and exit

nimrod's avatar
nimrod committed
License
-------

This software is licensed under the MIT license (see the :code:`LICENSE.txt`
file).

Author
------

Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website
<https://www.shore.co.il/>`_. Patches are welcome via `git send-email
<http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located
at: https://git.shore.co.il/nimrod/.