Skip to content

v1.0.10

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Dec 21:33

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 version

Quick Start

  1. Get your API key from app.versioner.io
  2. Set environment variable: export VERSIONER_API_KEY=your-key
  3. 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-missing

Full Changelog: v1.0.9...v1.0.10