Skip to content

v0.1.1-preview.90

Choose a tag to compare

@github-actions github-actions released this 22 May 22:02
· 6 commits to main since this release

Install Bella CLI 0.1.1-preview.90

Homebrew (macOS + Linux)

brew tap cosmic-chimps/bella-baxter-cli
brew install bella

.NET tool (cross-platform)

dotnet tool install --global BellaBaxter.Cli --version 0.1.1-preview.90

Upgrade an existing install:

dotnet tool update --global BellaBaxter.Cli --version 0.1.1-preview.90

WinGet (Windows)

winget install CosmicChimps.BellaBaxterCli

Linux / macOS (curl)

curl -sSfL https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.ps1 | iex

Docker (zero runtime dependencies)

# glibc (Debian, Ubuntu, most distros)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.90 /usr/local/bin/bella /usr/local/bin/bella

# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.90-alpine /usr/local/bin/bella /usr/local/bin/bella

Manual download

Download the binary for your platform below, mark it executable and place it in your $PATH.

Platform File
Windows x64 cli-win-x64.exe
Windows ARM64 cli-win-arm64.exe
macOS Intel cli-osx-x64
macOS Apple Silicon cli-osx-arm64
Linux x64 cli-linux-x64
Linux ARM64 cli-linux-arm64
Linux (musl/Alpine) x64 cli-linux-musl-x64
Linux (musl/Alpine) ARM64 cli-linux-musl-arm64
NuGet dotnet tool BellaBaxter.Cli.0.1.1-preview.90.nupkg

Verify your download

Every release ships a checksums.txt (SHA256) and, when the signing key is configured, a checksums.txt.asc (GPG detached signature).
Build provenance is attested via Sigstore and verifiable in your browser.

# Verify SHA256
sha256sum --check --ignore-missing checksums.txt

# Verify GPG signature (requires gpg and the Cosmic Chimps public key)
gpg --import bella-signing-key.asc          # one-time import
gpg --verify checksums.txt.asc checksums.txt

# Verify build provenance (requires GitHub CLI)
gh attestation verify cli-linux-x64 --repo cosmic-chimps/bella-baxter-cli

Browse all attestations: https://github.com/cosmic-chimps/bella-baxter-cli/attestations

Upgrade

bella upgrade