Skip to content

Release v0.4

Latest
Compare
Choose a tag to compare
@uw4 uw4 released this 14 Dec 16:30
· 1 commit to main since this release

Instructions

The easiest way: jsonata CLI can now be installed via homebrew:

brew install dashjoin/tap/jsonata

Download binaries

Download and unzip the archive for your OS.
It contains the single executable file jsonata.

MacOS

  1. The executable is not signed/notarized (yet).
    So depending on how you downloaded the file, you might need to manually remove the quarantine attribute
    xattr -d com.apple.quarantine jsonata
  2. Set the executable flag chmod +x jsonata, you can now run it.

Windows

  1. The executable is not signed (yet).
    Windows Defender/SmartScreen might flag a problem ("Detected Trojan:Script/Wacatac.B!ml") and move jsonata.exe into quarantine. In this case you need to manually restore the quarantined file.

Linux

  1. Set the executable flag chmod +x jsonata, you can now run it.
  2. Optionally: move it to a folder that is included in your PATH environment.

Changelog:
https://github.com/dashjoin/jsonata-cli/milestone/4?closed=1

Full:
https://github.com/dashjoin/jsonata-cli/commits/v0.4