Releases: discoveryjs/jora-cli
Releases · discoveryjs/jora-cli
2.0.1
2.0.0
- Bumped jora to 1.0.0-beta.13
- Added support for JSONXL (snapshot9) as input encoding
- Added
--encoding
option to specify output encoding, supported JSON and JSONXL - Added
--force
option to enforce overwritting a file - Added
--dry-run
option - Added
--verbose
option - Extended the
--query
option to accept a file path containing a Jora query, the file must have a.jora
extension - Changed behavior for writing to an existing file specified with the --output option. The operation now fails unless the --force option is used
- Removed
--sandbox
option (until re-implemented)
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0 Open in sandbox
- Added
--sandbox
option to open data and query in sandbox (opens in a browser a web interface with injected data and query saved in a temporary file)
1.1.1
1.1.0 Introducing output highlighting
- Added output highlighting when appropriate. Use
--no-color
option to suppress color output (#2) - Fixed output of
undefined
value