@sentry/cli-linux-x64 2.22.1
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 +11 -0
- package/bin/sentry-cli +0 -0
- package/package.json +20 -0
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://sentry.io/?utm_source=github&utm_medium=logo" target="_blank">
|
|
3
|
+
<img src="https://sentry-brand.storage.googleapis.com/sentry-wordmark-dark-280x84.png" alt="Sentry" width="280" height="84">
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
# Sentry CLI Linux x64 Binary
|
|
8
|
+
|
|
9
|
+
This package contains the Sentry CLI binary for Linux x64.
|
|
10
|
+
|
|
11
|
+
See https://github.com/getsentry/sentry-cli for more information.
|
package/bin/sentry-cli
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@sentry/cli-linux-x64",
|
|
3
|
+
"version": "2.22.1",
|
|
4
|
+
"description": "The linux x64 distribution of the Sentry CLI binary.",
|
|
5
|
+
"repository": "https://github.com/getsentry/sentry-cli",
|
|
6
|
+
"license": "BSD-3-Clause",
|
|
7
|
+
"publishConfig": {
|
|
8
|
+
"access": "public"
|
|
9
|
+
},
|
|
10
|
+
"engines": {
|
|
11
|
+
"node": ">=10"
|
|
12
|
+
},
|
|
13
|
+
"os": [
|
|
14
|
+
"linux",
|
|
15
|
+
"freebsd"
|
|
16
|
+
],
|
|
17
|
+
"cpu": [
|
|
18
|
+
"x64"
|
|
19
|
+
]
|
|
20
|
+
}
|