Installation
Download the appropriate binary for your platform from the assets below.
Linux (amd64)
curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.10/versioner-linux-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/macOS (Apple Silicon)
curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.10/versioner-darwin-arm64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/macOS (Intel)
curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.10/versioner-darwin-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/Verify Installation
versioner versionQuick Start
- Get your API key from app.versioner.io
- Set environment variable:
export VERSIONER_API_KEY=your-key - Track a build:
versioner track build --product=my-app --version=1.0.0 --status=completed
Documentation
Verify Checksums
Download checksums.txt and verify your binary:
sha256sum -c checksums.txt --ignore-missingFull Changelog: v1.0.9...v1.0.10