@opstriq/cli-linux-arm64 0.2.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 +12 -0
- package/bin/opstriq_0.2.1_linux_arm64 +0 -0
- package/package.json +18 -0
package/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# @opstriq/cli-linux-arm64
|
|
2
|
+
|
|
3
|
+
The OpstriQ CLI executable for `linux/arm64`, version 0.2.1.
|
|
4
|
+
|
|
5
|
+
This package is installed automatically by `@opstriq/cli` and is not intended to be installed directly.
|
|
6
|
+
|
|
7
|
+
The binary is byte-identical to the corresponding artifact in the signed OpstriQ release at
|
|
8
|
+
`https://releases.opstriq.com/cli/v0.2.1/`:
|
|
9
|
+
|
|
10
|
+
```
|
|
11
|
+
ddb70266fd26fad7c6789282a3b133deba62763b818f88f7608e0c7cca0f4364 opstriq_0.2.1_linux_arm64
|
|
12
|
+
```
|
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@opstriq/cli-linux-arm64",
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "OpstriQ CLI binary for linux/arm64. Installed automatically by @opstriq/cli.",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"homepage": "https://opstriq.com",
|
|
7
|
+
"os": [
|
|
8
|
+
"linux"
|
|
9
|
+
],
|
|
10
|
+
"cpu": [
|
|
11
|
+
"arm64"
|
|
12
|
+
],
|
|
13
|
+
"files": [
|
|
14
|
+
"bin/",
|
|
15
|
+
"README.md"
|
|
16
|
+
],
|
|
17
|
+
"preferUnplugged": true
|
|
18
|
+
}
|