Skip to main content

Download spirlctl

Using homebrew

If you're running MacOS or Linux, you can use Homebrew:

brew tap spirl/tap
brew install spirlctl

Direct install

In a new working directory, use one of the following commands to download spirlctl:

# Linux amd64
curl -o spirlctl-v0.18.0.tar.gz https://spirl-releases.s3.us-west-2.amazonaws.com/spirlctl/v0.18.0/spirlctl-v0.18.0-linux-amd64.tar.gz && tar -zxvf spirlctl-v0.18.0.tar.gz

# Linux arm64
curl -o spirlctl-v0.18.0.tar.gz https://spirl-releases.s3.us-west-2.amazonaws.com/spirlctl/v0.18.0/spirlctl-v0.18.0-linux-arm64.tar.gz && tar -zxvf spirlctl-v0.18.0.tar.gz

# macOS amd64
curl -o spirlctl-v0.18.0.tar.gz https://spirl-releases.s3.us-west-2.amazonaws.com/spirlctl/v0.18.0/spirlctl-v0.18.0-darwin-amd64.tar.gz && tar -zxvf spirlctl-v0.18.0.tar.gz

# macOS arm64
curl -o spirlctl-v0.18.0.tar.gz https://spirl-releases.s3.us-west-2.amazonaws.com/spirlctl/v0.18.0/spirlctl-v0.18.0-darwin-arm64.tar.gz && tar -zxvf spirlctl-v0.18.0.tar.gz

# Windows i386
curl -o spirlctl-v0.18.0.tar.gz https://spirl-releases.s3.us-west-2.amazonaws.com/spirlctl/v0.18.0/spirlctl-v0.18.0-windows-386.zip && tar -zxvf spirlctl-v0.18.0.tar.gz

# Windows amd64
curl -o spirlctl-v0.18.0.tar.gz https://spirl-releases.s3.us-west-2.amazonaws.com/spirlctl/v0.18.0/spirlctl-v0.18.0-windows-amd64.zip && tar -zxvf spirlctl-v0.18.0.tar.gz

You should now have the spirlctl utility available!

./spirlctl --version spirlctl version $v0.18.0

Run ./spirlctl help to view available commands and documentation for spirlctl's features. For example, the following command is helpful in the next step:

./spirlctl help login