Skip to content

Releases: Cosmic-Chimps/bella-baxter-cli

v0.1.1-preview.95

16 Jun 22:31

Choose a tag to compare

Install Bella CLI 0.1.1-preview.95

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.95

Upgrade an existing install:

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

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.95 /usr/local/bin/bella /usr/local/bin/bella

# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.95-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.95.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

v0.1.1-preview.94

16 Jun 21:09

Choose a tag to compare

Install Bella CLI 0.1.1-preview.94

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.94

Upgrade an existing install:

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

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.94 /usr/local/bin/bella /usr/local/bin/bella

# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.94-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.94.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

v0.1.1-preview.92

10 Jun 22:17

Choose a tag to compare

Install Bella CLI 0.1.1-preview.92

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.92

Upgrade an existing install:

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

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.92 /usr/local/bin/bella /usr/local/bin/bella

# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.92-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.92.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

v0.1.1-preview.90

22 May 22:02

Choose a tag to compare

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

v0.1.1-preview.89

22 May 20:58

Choose a tag to compare

Install Bella CLI 0.1.1-preview.89

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.89

Upgrade an existing install:

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

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.89 /usr/local/bin/bella /usr/local/bin/bella

# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.89-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.89.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

v0.1.1-preview.88

14 May 22:06

Choose a tag to compare

Install Bella CLI 0.1.1-preview.88

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.88

Upgrade an existing install:

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

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.88 /usr/local/bin/bella /usr/local/bin/bella

# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.88-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.88.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

v0.1.1-preview.87

14 May 17:19

Choose a tag to compare

Install Bella CLI 0.1.1-preview.87

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.87

Upgrade an existing install:

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

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.87 /usr/local/bin/bella /usr/local/bin/bella

# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.87-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.87.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

v0.1.1-preview.86

14 May 16:31

Choose a tag to compare

Install Bella CLI 0.1.1-preview.86

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.86

Upgrade an existing install:

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

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.86 /usr/local/bin/bella /usr/local/bin/bella

# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.86-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.86.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

v0.1.1-preview.85

14 May 13:36

Choose a tag to compare

Install Bella CLI 0.1.1-preview.85

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.85

Upgrade an existing install:

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

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.85 /usr/local/bin/bella /usr/local/bin/bella

# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.85-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.85.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

v0.1.1-preview.84

14 May 12:39

Choose a tag to compare

Install Bella CLI 0.1.1-preview.84

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.84

Upgrade an existing install:

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

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.84 /usr/local/bin/bella /usr/local/bin/bella

# musl (Alpine Linux)
COPY --from=ghcr.io/cosmic-chimps/bella-baxter-cli:0.1.1-preview.84-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.84.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