@sentry/cli 2.21.1 → 2.21.2
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
|
@@ -122,6 +122,14 @@ docker run --rm -u "$(id -u):$(id -g)" -v $(pwd):/work getsentry/sentry-cli --he
|
|
|
122
122
|
|
|
123
123
|
This is required due to security issue in older `git` implementations. See [here](https://github.blog/2022-04-12-git-security-vulnerability-announced/) for more details.
|
|
124
124
|
|
|
125
|
+
## Update
|
|
126
|
+
|
|
127
|
+
To update sentry-cli to the latest version run:
|
|
128
|
+
|
|
129
|
+
```sh
|
|
130
|
+
sentry-cli update
|
|
131
|
+
```
|
|
132
|
+
|
|
125
133
|
## Compiling
|
|
126
134
|
|
|
127
135
|
In case you want to compile this yourself, you need to install at minimum the
|
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=e8a9c4849e72b05c8b7c0ecfdd4fded04a312cb39870c16e7fa18c627e1398d3
|
|
2
|
+
sentry-cli-Darwin-universal=805faf6e05247e5d6e8c755321eeaadac37686a54d4cf2fdde7d62fc54ab33df
|
|
3
|
+
sentry-cli-Darwin-x86_64=88ba4a057db6169ca18ce342db8f8593222b3cec842cd8698a8767397b1c4eb1
|
|
4
|
+
sentry-cli-Linux-aarch64=aa6085a9b24e349dbcef301127aebc6e8c3adfa8389964df5e91d96b3fb92e08
|
|
5
|
+
sentry-cli-Linux-armv7=c208f78196cb14a6b3758d934e0d8ade32d784fe6d3b6ad32996976a5ee85172
|
|
6
|
+
sentry-cli-Linux-i686=f354aaa0c4942820ed5c342a384c23dc077ccdd106dcb858d966812e3757c8ed
|
|
7
|
+
sentry-cli-Linux-x86_64=0016d21b20d6b83fe10d514d10ca1dbed854e8694d71fada9749e702730ed728
|
|
8
|
+
sentry-cli-Windows-i686.exe=2060d806c12d7f71e43c860973a18609f075a6b17c8875fc058398f61f35215d
|
|
9
|
+
sentry-cli-Windows-x86_64.exe=53d48d3da7b24b04f686b75195eb18250b743999841f6305dab2a40443925ca4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/cli",
|
|
3
|
-
"version": "2.21.
|
|
3
|
+
"version": "2.21.2",
|
|
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/",
|