@sentry/cli 2.5.2 → 2.6.0
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 +2 -0
- package/checksums.txt +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,6 +36,8 @@ To do that, you can use the exact same method, with an additional version specif
|
|
|
36
36
|
|
|
37
37
|
This will automatically download the correct version of `sentry-cli` for your operating system and install it. If necessary, it will prompt for your admin password for `sudo`. For a different installation location or for systems without `sudo` (like Windows), you can `export INSTALL_DIR=/custom/installation/path` before running this command.
|
|
38
38
|
|
|
39
|
+
If you are using `sentry-cli` on Windows environments, [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist) is required.
|
|
40
|
+
|
|
39
41
|
To verify it’s installed correctly you can bring up the help:
|
|
40
42
|
|
|
41
43
|
sentry-cli --help
|
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=0bdd408036a27d2f7e1d1a8b7ae18bbc15f89ece596db6896ee86cf54712f5be
|
|
2
|
+
sentry-cli-Darwin-universal=622822734d5933c1eb08b26ba284573587924821fa9848c3c5e8ec6cb97a93f0
|
|
3
|
+
sentry-cli-Darwin-x86_64=0ac0327cd7c1745a6519b451f2f25a8b99a50f7b81d485a586f698a2857b0c42
|
|
4
|
+
sentry-cli-Linux-aarch64=8cdbc148ff8a7620a45fa97dd2e25a4d56fe353583dd78c17aac3cc0978f09dc
|
|
5
|
+
sentry-cli-Linux-armv7=fdcc026b011276f3e157cc87808130c2101945632e3561d39987718ff28b0c60
|
|
6
|
+
sentry-cli-Linux-i686=ff78cbc34e8ede5c9efe2a586f2cb903f87be327d0e660446d730e83ceaf012e
|
|
7
|
+
sentry-cli-Linux-x86_64=e1ab2d6bf031e3ec632b3d336641615a65b0ffe81208e420a7f8010c2082574c
|
|
8
|
+
sentry-cli-Windows-i686.exe=f55cd640c7dd1928602be35c164472657645848f20a85e707dfaae56dd844d6d
|
|
9
|
+
sentry-cli-Windows-x86_64.exe=6027508acbeba1592a61a98e3029cb0e73b4d46280148b5c06197d1f2d2d72fa
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
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/",
|