@bugsnag/cli
Advanced tools
Comparing version 1.1.5 to 1.1.6
# Changelog | ||
## 1.2.1 (2023-06-13) | ||
Add support for installing the CLI via NPM - [41](https://github.com/bugsnag/bugsnag-cli/pull/41) | ||
## 1.1.1 (2023-05-25) | ||
@@ -4,0 +8,0 @@ |
@@ -23,3 +23,3 @@ const axios = require('axios'); | ||
TYPE: 'windows', | ||
ARCHITECTURE: 'x86_64', | ||
ARCHITECTURE: 'x64', | ||
ARTIFACT_NAME: 'x86_64-windows-bugsnag-cli.exe', | ||
@@ -36,3 +36,3 @@ BINARY_NAME: 'bugsnag-cli.exe' | ||
TYPE: 'linux', | ||
ARCHITECTURE: 'x86_64', | ||
ARCHITECTURE: 'x64', | ||
ARTIFACT_NAME: 'x86_64-linux-bugsnag-cli', | ||
@@ -49,3 +49,3 @@ BINARY_NAME: 'bugsnag-cli' | ||
TYPE: 'Darwin', | ||
ARCHITECTURE: 'x86_64', | ||
ARCHITECTURE: 'x64', | ||
ARTIFACT_NAME: 'x86_64-macos-bugsnag-cli', | ||
@@ -52,0 +52,0 @@ BINARY_NAME: 'bugsnag-cli' |
{ | ||
"name": "@bugsnag/cli", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "BugSnag CLI", | ||
@@ -5,0 +5,0 @@ "main": "install.js", |
@@ -21,2 +21,4 @@ <div align="center"> | ||
### cURL / Wget | ||
To install or upgrade to the latest binary for your architecture, you can also run the following `cURL` or `Wget` commands: | ||
@@ -33,2 +35,8 @@ | ||
### NPM | ||
To install or upgrade the BugSnag CLI via `npm`, you can run the following command: | ||
`npm install @bugsnag/cli` | ||
## Supported commands | ||
@@ -35,0 +43,0 @@ |
12226
115