{"id":29563717,"url":"https://github.com/bugsnag/bugsnag-cli","last_synced_at":"2026-03-11T13:23:11.736Z","repository":{"id":63943465,"uuid":"508332474","full_name":"bugsnag/bugsnag-cli","owner":"bugsnag","description":"CLI for uploading symbol files and creating releases on your BugSnag dashboard","archived":false,"fork":false,"pushed_at":"2026-01-13T09:35:51.000Z","size":439789,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":23,"default_branch":"next","last_synced_at":"2026-01-13T11:54:13.819Z","etag":null,"topics":["bugsnag","cli","dart","dsym","native","platforms","proguard","reactnative","sourcemaps","symbols","upload"],"latest_commit_sha":null,"homepage":"https://docs.bugsnag.com/build-integrations/bugsnag-cli/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugsnag.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-28T14:26:11.000Z","updated_at":"2026-01-09T12:32:33.000Z","dependencies_parsed_at":"2024-11-16T03:23:50.973Z","dependency_job_id":"e3956bf9-57fc-4eec-ba23-854fdd56cf8b","html_url":"https://github.com/bugsnag/bugsnag-cli","commit_stats":null,"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/bugsnag/bugsnag-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugsnag%2Fbugsnag-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugsnag%2Fbugsnag-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugsnag%2Fbugsnag-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugsnag%2Fbugsnag-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugsnag","download_url":"https://codeload.github.com/bugsnag/bugsnag-cli/tar.gz/refs/heads/next","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugsnag%2Fbugsnag-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bugsnag","cli","dart","dsym","native","platforms","proguard","reactnative","sourcemaps","symbols","upload"],"created_at":"2025-07-18T18:36:55.399Z","updated_at":"2026-01-19T11:00:59.378Z","avatar_url":"https://github.com/bugsnag.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://docs.bugsnag.com/build-integrations/bugsnag-cli\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://assets.smartbear.com/m/3dab7e6cf880aa2b/original/BugSnag-Repository-Header-Dark.svg\"\u003e\n      \u003cimg alt=\"SmartBear BugSnag logo\" src=\"https://assets.smartbear.com/m/3945e02cdc983893/original/BugSnag-Repository-Header-Light.svg\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n  \u003ch1\u003eCLI\u003c/h1\u003e\n\u003c/div\u003e\n\n\n[![Documentation](https://img.shields.io/badge/documentation-latest-blue.svg)](https://docs.bugsnag.com/build-integrations/bugsnag-cli/)\n[![Build status](https://badge.buildkite.com/4c42f3d6345b14ecdc243abcf974cad0cfd9844e1b0e5f2418.svg)](https://buildkite.com/bugsnag/bugsnag-cli)\n\nSimplify the process of creating releases on the BugSnag dashboard and uploading files to improve the stacktraces in your errors with our command line tool.\n\n## Installation\n\nThe binaries are available on our [GitHub releases page](https://github.com/bugsnag/bugsnag-cli/releases) for macOS, Linux and Windows.\n\n### cURL / Wget\n\nTo install or upgrade to the latest binary for your architecture, you can also run the following `cURL` or `Wget` commands:\n\n```sh\ncurl -o- https://raw.githubusercontent.com/bugsnag/bugsnag-cli/main/install.sh | bash\n```\n```sh\nwget -qO- https://raw.githubusercontent.com/bugsnag/bugsnag-cli/main/install.sh | bash\n```\n\nThe script downloads the appropriate binary and attempts to install it to `~/.local/bugsnag`.\n\n### NPM\n\nIf your project uses `npm` or `yarn`, the CLI can be installed by adding the [`@bugsnag/cli`](https://www.npmjs.com/package/@bugsnag/cli) package:\n\n```sh\nnpm install @bugsnag/cli\n```\n\nIt can then be executed from your project scripts at `/node_modules/.bin/bugsnag-cli` or using `npx @bugsnag/cli`.\n\n### Homebrew\n\nTo install via Homebrew, first add the BugSnag tap:\n\n```bash\nbrew tap bugsnag/tap\n```\n\nThen install the CLI:\n\n```bash\nbrew install bugsnag-cli\n```\n\n## Supported commands\n\n### Create builds\n\nAllows you to create a build within BugSnag to enrich releases shown in the BugSnag dashboard.\n\n    $ bugsnag-cli create-build --api-key=YOUR_API_KEY --app-version=YOUR_APP_VERSION\n\nSee the [`create-build`](https://docs.bugsnag.com/build-integrations/bugsnag-cli/create-build/) command reference for full usage information.\n\n### Symbol \u0026amp; mapping file uploads\n\nSimplifies the upload of the various symbol and mapping files required to make your stacktraces readable in the BugSnag dashboard. Where possible files the files to upload are located automatically and the parameters, such as API key, located in project files. However all options can be overridden to allow you to customize the command for your build system.\n\nSupported uploads with links to online docs for the file type:\n\n* Android (obfuscation [mapping]((https://docs.bugsnag.com/build-integrations/bugsnag-cli/upload-android-proguard/)) and [native symbol]((https://docs.bugsnag.com/build-integrations/bugsnag-cli/upload-android-ndk/)) files, from builds or [AAB]((https://docs.bugsnag.com/build-integrations/bugsnag-cli/upload-android-aab/)) files)\n* iOS (`.dSYM` from [builds]((https://docs.bugsnag.com/build-integrations/bugsnag-cli/upload-xcode-build/)) or [archives](https://docs.bugsnag.com/build-integrations/bugsnag-cli/upload-xcode-archive/))\n* JavaScript source maps – for [web](https://docs.bugsnag.com/build-integrations/bugsnag-cli/upload-js/) and [React Native]((https://docs.bugsnag.com/build-integrations/bugsnag-cli/upload-rn/))\n* Unity ([Android symbols](https://docs.bugsnag.com/build-integrations/bugsnag-cli/upload-unity-android/) or [iOS symbols](https://docs.bugsnag.com/build-integrations/bugsnag-cli/upload-unity-ios/))\n* Dart ([stripped symbols](https://docs.bugsnag.com/build-integrations/bugsnag-cli/upload-dart/))\n* Breakpad ([generated symbol files](https://docs.bugsnag.com/build-integrations/bugsnag-cli/upload-breakpad/))\n\n## BugSnag On-Premise\n\nIf you are using BugSnag On-premise, you should use the `--build-api-root-url` and `--upload-api-root-url` options to set the URL of your [build](https://docs.bugsnag.com/on-premise/single-machine/service-ports/#bugsnag-build-api) and [upload](https://docs.bugsnag.com/on-premise/single-machine/service-ports/#bugsnag-upload-server) servers, for example:\n\n```sh\nbugsnag-cli upload \\\n  --upload-api-root-url https://bugsnag.my-company.com/\n  # ... other options\n```\n\n## Support\n\n* Check out the [documentation](https://docs.bugsnag.com/build-integrations/bugsnag-cli/)\n* [Search open and closed issues](https://github.com/bugsnag/bugsnag-cli/issues?q=+) for similar problems\n* [Report a bug or request a feature](https://github.com/bugsnag/bugsnag-cli/issues/new)\n\n## Contributing\n\nMost 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](CONTRIBUTING.md) for more information.\n\n## License\n\nThis package is free software released under the MIT License. See [license](./LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugsnag%2Fbugsnag-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugsnag%2Fbugsnag-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugsnag%2Fbugsnag-cli/lists"}