Release Notes
Added
update — self-update the binary in place. Resolves the newest published
version WITHIN THE SAME MAJOR as the running binary (minor/patch are
non-breaking; a major bump is never auto-adopted), downloads and
SHA-256-verifies the release for the host triple, and atomically replaces the
current executable (self-replace, so the Windows running-.exe case works).
--check reports only; --version X.Y.Z installs an exact version.
- Release mirror now publishes tiny version pointers for auto-update discovery:
cli/latest/version.txt (absolute latest) and cli/v<major>.x/version.txt
(latest within a major). Both advance-only. The per-major pointer is the
shared contract the CLI's update, the Android Gradle plugin, and the iOS
BugseeAgents all read to find the newest non-breaking version.
Install bugsee-cli 0.6.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bugsee/bugsee-cli/releases/download/v0.6.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.6.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.6.0
Download bugsee-cli 0.6.0