Our CLI is built in Go, so if you’re a Go developer, you can install it using the go install command. Check out our CLI GitHub repository for more information.
Install Tempest CLI using go install
Copy
Ask AI
go install github.com/tempestdx/cli/tempest@latest
This will install the CLI to your $GOPATH/bin directory.
For each release of the CLI, we provide executable binaries for Linux, macOS, and Windows. You can download the binary for your platform from the GitHub Releases page. Once downloaded, you’ll have to install the binary to your $PATH manually.