v0.1.1-preview.84
·
17 commits
to main
since this release
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.84Upgrade an existing install:
dotnet tool update --global BellaBaxter.Cli --version 0.1.1-preview.84WinGet (Windows)
winget install CosmicChimps.BellaBaxterCliLinux / macOS (curl)
curl -sSfL https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.sh | bashWindows (PowerShell)
irm https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.ps1 | iexDocker (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/bellaManual 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-cliBrowse all attestations: https://github.com/cosmic-chimps/bella-baxter-cli/attestations
Upgrade
bella upgrade