Download Kollaber CLI

The CLI lets you send deploy events, add notes, and view the timeline from your terminal or CI pipeline.

Download

macOS (Apple Silicon)
M1/M2/M3Download .tar.gz
macOS (Intel)
IntelDownload .tar.gz
Linux (x86-64)
amd64Download .tar.gz
Linux (ARM64)
arm64Download .tar.gz
Windows (x86-64)
amd64Download .zip

Install with Go

go install github.com/urbangeeks/kollaber/cmd/kollaber@latest

Quick start

# Log in (--api points the CLI at your Kollaber instance)
kollaber login --api https://kollaber.io --email you@example.com --password yourpassword

# List environments
kollaber envs

# Send a deploy event
kollaber deploy --env prod --service api --version v1.2.3

# Add a note
kollaber note --env prod "Deployed new auth flow"

# View the timeline
kollaber timeline --env prod

All releases and changelogs are on GitHub Releases.