@bugsnag/cli
Advanced tools
Changelog
2.1.0 (2023-03-18)
--fail-on-upload-error
option now has no affect: upload commands will now all return a non-zero exit code if the upload is unsuccessful. All 4xx and 5xx status codes from the upload API are treated as errors apart from duplicate files (409), which the command will not treat as an error case to allow re-run commands to succeed. 95create build
to extract relevant information from a given Android manifest or AAB file.65Changelog
2.0.0 (2023-10-17)
--version
, --app-version
, --app-version-code
and --app-bundle-version
. 52See Upgrading Guide for full details.
--version
flag to the command to retrieve the version of the installed CLI. 51--dry-run
flag to all upload commands to validate but not upload source maps. 54buildUUID
parameter from .aab
files when not specified in the AndroidManifest
or --build-uuid
option. 54--dex-files
flag to upload android-proguard
to generate a unique value for the buildUUID
from classes.dex
files when uploading a mapping.txt
61