Bugsnag CLI

Installation
To install or update bugsnag-cli, you should run the install script. To do that, you may either download and run the script manually, or use the following cURL or Wget command:
curl -o- https://raw.githubusercontent.com/bugsnag/bugsnag-cli/master/install.sh | bash
wget -qO- https://raw.githubusercontent.com/bugsnag/bugsnag-cli/master/install.sh | bash
Running either of the above commands downloads the installation script and runs it on your machine. The script downloads the latest release to the following location: ~/.local/bugsnag.
You can also find the latest binary on the Github releases page.
Usage
See the Bugsnag docs website for full usage documentation.
Usage: bugsnag-cli <command>
Flags:
-h, --help Show context-sensitive help.
--upload-api-root-url="https://upload.bugsnag.com" Bugsnag On-Premise upload server URL. Can contain port number
--port=443 Port number for the upload server
--api-key=STRING Bugsnag integration API key for this application
--fail-on-upload-error Stops the upload when a mapping file fails to upload to Bugsnag successfully
Commands:
upload all <path>
Upload any symbol/mapping files
upload dart <path>
Process and upload symbol files for Flutter
Run "bugsnag-cli <command> --help" for more information on a command.
Bugsnag On-Premise
If you are using Bugsnag On-premise, you should use the --upload-api-root-url option to set the url of your upload server, for example:
bugsnag-cli upload \
--upload-api-root-url https://bugsnag.my-company.com/
# ... other options
Support
Contributing
Most updates to this repo will be made by Bugsnag employees. We are unable to accommodate significant external PRs such as features additions or any large refactoring, however minor fixes are welcome. See contributing for more information.
License
This package is free software released under the MIT License. See LICENSE.txt for details.