Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Jolt Command Line Interface
The bin/ directory contains a command line interface (CLI) tool for using some of the functionality contained in Jolt. Three sub commands are available:

* transform: given a Jolt transform spec, runs the specified transforms on the input data.
* diffy: compare to json documents to see if there are any differences.
* diffy: compare two json documents to see if there are any differences.
* sort: sort a json document.

The Jolt tool has the ability to accept input from standard in:
Expand Down