Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 11:33
· 6 commits to main since this release
4d6a705

What's Changed

  • feat: add basic authentication support (#4) (4d6a705)

Installation

macOS (Apple Silicon)

curl -L https://github.com/enthus-appdev/esq-cli/releases/download/v1.1.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.1.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.1.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.