@aopslab/aops-cli 0.1.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/LICENSE +202 -0
- package/NOTICE +6 -0
- package/README.md +9 -0
- package/THIRD_PARTY_NOTICES +16172 -0
- package/dist/aops-cli.mjs +136913 -0
- package/native/bin/darwin-arm64/aops-agent-assets-fs +0 -0
- package/native/bin/darwin-x64/aops-agent-assets-fs +0 -0
- package/native/bin/linux-arm64/aops-agent-assets-fs +0 -0
- package/native/bin/linux-x64/aops-agent-assets-fs +0 -0
- package/native/bin/win32-x64/aops-agent-assets-fs.exe +0 -0
- package/native/manifest.json +49 -0
- package/native/qualifications/win32-x64.json +23 -0
- package/package.json +36 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"surface": "agent-assets-native-fs-v1",
|
|
4
|
+
"helpers": [
|
|
5
|
+
{
|
|
6
|
+
"platform": "darwin",
|
|
7
|
+
"architecture": "arm64",
|
|
8
|
+
"relativePath": "bin/darwin-arm64/aops-agent-assets-fs",
|
|
9
|
+
"sha256": "4aa16057593e089d2772145d853507a151514e51af38db6b1af4c20e3be0ba91",
|
|
10
|
+
"capabilityClass": "macos-exclusive-durable-v1",
|
|
11
|
+
"qualification": null
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"platform": "darwin",
|
|
15
|
+
"architecture": "x64",
|
|
16
|
+
"relativePath": "bin/darwin-x64/aops-agent-assets-fs",
|
|
17
|
+
"sha256": "0b556a6155fe7df01d15ff5944e625bd270702c43c02529fcafa625e74b01176",
|
|
18
|
+
"capabilityClass": "macos-exclusive-durable-v1",
|
|
19
|
+
"qualification": null
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"platform": "linux",
|
|
23
|
+
"architecture": "arm64",
|
|
24
|
+
"relativePath": "bin/linux-arm64/aops-agent-assets-fs",
|
|
25
|
+
"sha256": "50914d0d35490bba40f749a023eefa8f0bda2ef017ea2e9281eb0678997492d5",
|
|
26
|
+
"capabilityClass": "linux-posix-durable-v1",
|
|
27
|
+
"qualification": null
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"platform": "linux",
|
|
31
|
+
"architecture": "x64",
|
|
32
|
+
"relativePath": "bin/linux-x64/aops-agent-assets-fs",
|
|
33
|
+
"sha256": "59a3d9c11cc30111a85e5fa16e2fd198894530529ed336731a3bc635d6b2e91d",
|
|
34
|
+
"capabilityClass": "linux-posix-durable-v1",
|
|
35
|
+
"qualification": null
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"platform": "win32",
|
|
39
|
+
"architecture": "x64",
|
|
40
|
+
"relativePath": "bin/win32-x64/aops-agent-assets-fs.exe",
|
|
41
|
+
"sha256": "00059ee300fddad888454583205379efb5e9316676602fb14e8a887e62352e83",
|
|
42
|
+
"capabilityClass": "windows-ntfs-crash-recoverable-v1",
|
|
43
|
+
"qualification": {
|
|
44
|
+
"relativePath": "qualifications/win32-x64.json",
|
|
45
|
+
"sha256": "13fd0ec576129fd4e377762fbdb898d01c8eb8fb78a82860ba9cf5e940def9a7"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": 1,
|
|
3
|
+
"status": "qualified",
|
|
4
|
+
"platform": "win32",
|
|
5
|
+
"architecture": "x64",
|
|
6
|
+
"osBuild": "10.0.26100",
|
|
7
|
+
"filesystem": "NTFS",
|
|
8
|
+
"primitiveProfile": "windows-createfile-flush-movefileex-v1",
|
|
9
|
+
"capabilityClass": "windows-ntfs-crash-recoverable-v1",
|
|
10
|
+
"evidenceSha256": "46853e1df141f2efbe8a34a978b8ace28aa14a8fe567dbfa24d0de51c042d820",
|
|
11
|
+
"crashInjectionPoints": [
|
|
12
|
+
"authority-history",
|
|
13
|
+
"authority-current",
|
|
14
|
+
"activation-receipt",
|
|
15
|
+
"active-pointer",
|
|
16
|
+
"runtime-binding-receipt",
|
|
17
|
+
"runtime-binding-current",
|
|
18
|
+
"maintenance-receipt",
|
|
19
|
+
"pin",
|
|
20
|
+
"rollback",
|
|
21
|
+
"prune"
|
|
22
|
+
]
|
|
23
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aopslab/aops-cli",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "AOPS Community operator CLI.",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/eeemzs/aops-community.git",
|
|
10
|
+
"directory": "apps/aops-cli"
|
|
11
|
+
},
|
|
12
|
+
"homepage": "https://github.com/eeemzs/aops-community#readme",
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/eeemzs/aops-community/issues"
|
|
15
|
+
},
|
|
16
|
+
"bin": {
|
|
17
|
+
"aops-cli": "dist/aops-cli.mjs"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist",
|
|
21
|
+
"native",
|
|
22
|
+
"LICENSE",
|
|
23
|
+
"NOTICE",
|
|
24
|
+
"README.md",
|
|
25
|
+
"THIRD_PARTY_NOTICES"
|
|
26
|
+
],
|
|
27
|
+
"engines": {
|
|
28
|
+
"node": ">=22.9.0"
|
|
29
|
+
},
|
|
30
|
+
"publishConfig": {
|
|
31
|
+
"access": "public",
|
|
32
|
+
"registry": "https://registry.npmjs.org/",
|
|
33
|
+
"provenance": true,
|
|
34
|
+
"tag": "latest"
|
|
35
|
+
}
|
|
36
|
+
}
|