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