@sentry/cli 2.14.3 → 2.14.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/checksums.txt +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,6 +42,14 @@ To verify it’s installed correctly you can bring up the help:
|
|
|
42
42
|
|
|
43
43
|
sentry-cli --help
|
|
44
44
|
|
|
45
|
+
### pip
|
|
46
|
+
|
|
47
|
+
_New in 2.14.3_: `sentry-cli` can also be installed using `pip`:
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
pip install sentry-cli
|
|
51
|
+
```
|
|
52
|
+
|
|
45
53
|
### Node
|
|
46
54
|
|
|
47
55
|
Additionally you can also install this binary via npm:
|
package/checksums.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
sentry-cli-Darwin-arm64=
|
|
2
|
-
sentry-cli-Darwin-universal=
|
|
3
|
-
sentry-cli-Darwin-x86_64=
|
|
4
|
-
sentry-cli-Linux-aarch64=
|
|
5
|
-
sentry-cli-Linux-armv7=
|
|
6
|
-
sentry-cli-Linux-i686=
|
|
7
|
-
sentry-cli-Linux-x86_64=
|
|
8
|
-
sentry-cli-Windows-i686.exe=
|
|
9
|
-
sentry-cli-Windows-x86_64.exe=
|
|
1
|
+
sentry-cli-Darwin-arm64=f1f492107458244c75b884fbab70af20f0ac551aaac392768ac6b36b49e5e8ea
|
|
2
|
+
sentry-cli-Darwin-universal=af6a30deefe29037947f55bcf7903499f28b6c505ab4a63efa59b3a41abb9ace
|
|
3
|
+
sentry-cli-Darwin-x86_64=535447e9b38c77d48be54183f0517389b0316245d09bd27c5cb4d456f0f6c779
|
|
4
|
+
sentry-cli-Linux-aarch64=7e3b5a5b458818dbc60f4cb78b1c7f51e8a0e4b62451e14a8a3c854496b216e5
|
|
5
|
+
sentry-cli-Linux-armv7=ac58c881567f1de0fc347f07ef80a21ad0b15fa5cea7c856a36ae60ba3d89f3b
|
|
6
|
+
sentry-cli-Linux-i686=59f4c6e2600b31a9004df921d2fcc2340545155e68b32d6bebaca3bcd3255ee3
|
|
7
|
+
sentry-cli-Linux-x86_64=61d1c1a34555920d48f2b3439a34b1825403a2f818d7b698159a7df6f7986b45
|
|
8
|
+
sentry-cli-Windows-i686.exe=61a0b5bc17421c1d1e21fe1af979475c214c93f514014b1c43c13da235d4e295
|
|
9
|
+
sentry-cli-Windows-x86_64.exe=78295ed9b00f782050c259eae2abf7c9017b19ad01c1445f885a4e6228d811ec
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/cli",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.4",
|
|
4
4
|
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
|
|
5
5
|
"repository": "git://github.com/getsentry/sentry-cli.git",
|
|
6
6
|
"homepage": "https://docs.sentry.io/hosted/learn/cli/",
|