Skip to content

v1.0.0

Latest

Choose a tag to compare

@fank fank released this 17 Feb 13:12
da96cb3

What's Changed

  • ci: add windows/arm64 to release build matrix (#3) (da96cb3)
  • chore: prepare repository for open source release (#2) (fbb2f86)
  • Initial commit: esq - Elasticsearch Query CLI (cec08d0)

Installation

macOS (Apple Silicon)

curl -L https://github.com/enthus-appdev/esq-cli/releases/download/v1.0.0/esq-darwin-arm64.tar.gz | tar xz
chmod +x esq-darwin-arm64
sudo mv esq-darwin-arm64 /usr/local/bin/esq

macOS (Intel)

curl -L https://github.com/enthus-appdev/esq-cli/releases/download/v1.0.0/esq-darwin-amd64.tar.gz | tar xz
chmod +x esq-darwin-amd64
sudo mv esq-darwin-amd64 /usr/local/bin/esq

Linux (x64)

curl -L https://github.com/enthus-appdev/esq-cli/releases/download/v1.0.0/esq-linux-amd64.tar.gz | tar xz
chmod +x esq-linux-amd64
sudo mv esq-linux-amd64 /usr/local/bin/esq

Windows

Download esq-windows-amd64.zip and add to your PATH.

Checksums

See checksums.txt for SHA256 checksums of all binaries.