Install the CLI by running:
curl -fsSL https://raw.githubusercontent.com/specific-dev/spectest/main/install.sh | shGrab the tarball for your platform from the latest release:
- macOS (Apple Silicon):
spectest-<version>-aarch64-apple-darwin.tar.gz - Linux (x86_64):
spectest-<version>-x86_64-unknown-linux-musl.tar.gz
tar -xzf spectest-*.tar.gz
chmod +x spectest && sudo mv spectest /usr/local/bin/
spectest --helpspectest update