@sentry/cli 2.21.0 → 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 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=383012d138f73ae8e20190303fbcb6a74af708845eab35a2abb756da5d0aa56d
2
- sentry-cli-Darwin-universal=b3ab63530e1ede801735f238d6e618d241b9c3d99bbad130d7e357746234c5ee
3
- sentry-cli-Darwin-x86_64=93662de75dec627c289c30a1cb4d4d5dfa1dbe8cb64002c474a0371f2ac044c6
4
- sentry-cli-Linux-aarch64=d48487cac4b9975415e88eabbd1abf23a2d8f617f0468cf511cb42895288b858
5
- sentry-cli-Linux-armv7=58d7bd7de8ace92d5b8a89d6afe67b42d6ccb55e3d63554a14d8c448e15c53f9
6
- sentry-cli-Linux-i686=c8fca626bee05137f69e12909d54ddb42f654b9cc2b3947beec36e01ca1ad0d8
7
- sentry-cli-Linux-x86_64=e3739b5525cf56c4b1242b14fe75e5ac52693607cb04d6a7ca83abf72cd3c5e0
8
- sentry-cli-Windows-i686.exe=593ee6e6df5b17c0594b64b060c22fd3be09bcfae41261f5e42395e319d9c34d
9
- sentry-cli-Windows-x86_64.exe=148e40134f3401a429e561f5fe50462aab5d52963f44b9720d442c47b9343173
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.0",
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/",