← Back to Projects

combell-cli

A CLI tool to manage your Combell hosting services from the command line.

Visit

A command-line interface for managing Combell services via the Combell API.

Installation

Homebrew

brew install nightlybuildsco/tap/combell-cli

Download binary

Download the latest release from the releases page for your platform (Linux, macOS, Windows — amd64 and arm64).

Build from source

Requires Go 1.25 or later.

git clone https://github.com/nightlybuildsco/combell-cli.git
cd combell-cli
go build -o combell-cli .