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/esqmacOS (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/esqLinux (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/esqWindows
Download esq-windows-amd64.zip and add to your PATH.
Checksums
See checksums.txt for SHA256 checksums of all binaries.