Skip to content

0.5.0 - 2026-06-17

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:26

Release Notes

Added

  • xcode post-action CLI flags as alternatives to its BUGSEE_* environment
    variables. Every toggle now has a matching --enable-<x> / --disable-<x>
    pair (build-info, all-actions, all-configurations, dependencies, timings,
    size-analysis, chunked-upload, size-check), and every size-check threshold a
    value flag (--size-check-warning-pct / --size-check-fail-pct /
    --size-check-warning-bytes / --size-check-fail-bytes). A flag passed on
    the command line overrides the corresponding env var; within a pair the last
    flag wins; an unset flag falls back to the env var / default.

Install bugsee-cli 0.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bugsee/bugsee-cli/releases/download/v0.5.0/bugsee-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/bugsee/bugsee-cli/releases/download/v0.5.0/bugsee-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install bugsee/tap/bugsee-cli

Install prebuilt binaries into your npm project

npm install @bugsee/bugsee-cli@0.5.0

Download bugsee-cli 0.5.0

File Platform Checksum
bugsee-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
bugsee-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
bugsee-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
bugsee-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
bugsee-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum