@onkernel/cli 0.7.2 → 0.7.3
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 +5 -5
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
The Kernel CLI is a fast, friendly command‑line interface for Kernel — the platform that provides sandboxed, ready‑to‑use Chrome browsers for browser automations and web agents.
|
|
15
15
|
|
|
16
|
-
Sign up at [onkernel.com](https://www.onkernel.com/) and read the [docs](https://
|
|
16
|
+
Sign up at [onkernel.com](https://www.onkernel.com/) and read the [docs](https://onkernel.com/docs/introduction).
|
|
17
17
|
|
|
18
18
|
## What's Kernel?
|
|
19
19
|
|
|
@@ -318,15 +318,15 @@ kernel browsers fs list-files my-browser --path "/tmp"
|
|
|
318
318
|
|
|
319
319
|
For complete documentation, visit:
|
|
320
320
|
|
|
321
|
-
- [📖 Documentation](https://
|
|
322
|
-
- [🚀 Quickstart Guide](https://
|
|
323
|
-
- [📋 CLI Reference](https://
|
|
321
|
+
- [📖 Documentation](https://onkernel.com/docs)
|
|
322
|
+
- [🚀 Quickstart Guide](https://onkernel.com/docs/quickstart)
|
|
323
|
+
- [📋 CLI Reference](https://onkernel.com/docs/reference/cli)
|
|
324
324
|
|
|
325
325
|
## Support
|
|
326
326
|
|
|
327
327
|
- [Discord Community](https://discord.gg/kernel)
|
|
328
328
|
- [GitHub Issues](https://github.com/onkernel/kernel/issues)
|
|
329
|
-
- [Documentation](https://
|
|
329
|
+
- [Documentation](https://onkernel.com/docs)
|
|
330
330
|
|
|
331
331
|
---
|
|
332
332
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onkernel/cli",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"description": "Kernel CLI",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node install.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"bugs": {
|
|
23
23
|
"url": "https://github.com/onkernel/cli/issues"
|
|
24
24
|
},
|
|
25
|
-
"homepage": "https://
|
|
25
|
+
"homepage": "https://onkernel.com/docs",
|
|
26
26
|
"bin": {
|
|
27
27
|
"kernel": "run-kernel.js"
|
|
28
28
|
},
|
|
@@ -33,75 +33,75 @@
|
|
|
33
33
|
},
|
|
34
34
|
"archives": {
|
|
35
35
|
"darwin-arm64": {
|
|
36
|
-
"name": "kernel_0.7.
|
|
37
|
-
"url": "https://github.com/onkernel/cli/releases/download/v0.7.
|
|
36
|
+
"name": "kernel_0.7.3_darwin_arm64.tar.gz",
|
|
37
|
+
"url": "https://github.com/onkernel/cli/releases/download/v0.7.3/kernel_0.7.3_darwin_arm64.tar.gz",
|
|
38
38
|
"bins": [
|
|
39
39
|
"kernel"
|
|
40
40
|
],
|
|
41
41
|
"format": "tar.gz",
|
|
42
42
|
"checksum": {
|
|
43
43
|
"algorithm": "sha256",
|
|
44
|
-
"digest": "
|
|
44
|
+
"digest": "def33a3859e6cc261df53686c5f8c19fe9dc92b7c181b7bf565ef2cb72bfce51"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"darwin-x64": {
|
|
48
|
-
"name": "kernel_0.7.
|
|
49
|
-
"url": "https://github.com/onkernel/cli/releases/download/v0.7.
|
|
48
|
+
"name": "kernel_0.7.3_darwin_amd64.tar.gz",
|
|
49
|
+
"url": "https://github.com/onkernel/cli/releases/download/v0.7.3/kernel_0.7.3_darwin_amd64.tar.gz",
|
|
50
50
|
"bins": [
|
|
51
51
|
"kernel"
|
|
52
52
|
],
|
|
53
53
|
"format": "tar.gz",
|
|
54
54
|
"checksum": {
|
|
55
55
|
"algorithm": "sha256",
|
|
56
|
-
"digest": "
|
|
56
|
+
"digest": "f53f8886a6e3949a9d0c1636276bdaefb3a684429c7d4e9de7d20a72de544f8f"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"linux-arm64": {
|
|
60
|
-
"name": "kernel_0.7.
|
|
61
|
-
"url": "https://github.com/onkernel/cli/releases/download/v0.7.
|
|
60
|
+
"name": "kernel_0.7.3_linux_arm64.tar.gz",
|
|
61
|
+
"url": "https://github.com/onkernel/cli/releases/download/v0.7.3/kernel_0.7.3_linux_arm64.tar.gz",
|
|
62
62
|
"bins": [
|
|
63
63
|
"kernel"
|
|
64
64
|
],
|
|
65
65
|
"format": "tar.gz",
|
|
66
66
|
"checksum": {
|
|
67
67
|
"algorithm": "sha256",
|
|
68
|
-
"digest": "
|
|
68
|
+
"digest": "2b56a8dbe8003b096a5bf75037382e8d44c33627af37220af6535555d9818b6c"
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"linux-x64": {
|
|
72
|
-
"name": "kernel_0.7.
|
|
73
|
-
"url": "https://github.com/onkernel/cli/releases/download/v0.7.
|
|
72
|
+
"name": "kernel_0.7.3_linux_amd64.tar.gz",
|
|
73
|
+
"url": "https://github.com/onkernel/cli/releases/download/v0.7.3/kernel_0.7.3_linux_amd64.tar.gz",
|
|
74
74
|
"bins": [
|
|
75
75
|
"kernel"
|
|
76
76
|
],
|
|
77
77
|
"format": "tar.gz",
|
|
78
78
|
"checksum": {
|
|
79
79
|
"algorithm": "sha256",
|
|
80
|
-
"digest": "
|
|
80
|
+
"digest": "42e4d26f894c86f886ec997a98b0d8223663a17f368a6c77fa5fe4af5804142b"
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"win32-arm64": {
|
|
84
|
-
"name": "kernel_0.7.
|
|
85
|
-
"url": "https://github.com/onkernel/cli/releases/download/v0.7.
|
|
84
|
+
"name": "kernel_0.7.3_windows_arm64.tar.gz",
|
|
85
|
+
"url": "https://github.com/onkernel/cli/releases/download/v0.7.3/kernel_0.7.3_windows_arm64.tar.gz",
|
|
86
86
|
"bins": [
|
|
87
87
|
"kernel.exe"
|
|
88
88
|
],
|
|
89
89
|
"format": "tar.gz",
|
|
90
90
|
"checksum": {
|
|
91
91
|
"algorithm": "sha256",
|
|
92
|
-
"digest": "
|
|
92
|
+
"digest": "b80100784e917438272c4babc2791cf816dfb44872cd2d72c5c03d6d4d5282d0"
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
95
|
"win32-x64": {
|
|
96
|
-
"name": "kernel_0.7.
|
|
97
|
-
"url": "https://github.com/onkernel/cli/releases/download/v0.7.
|
|
96
|
+
"name": "kernel_0.7.3_windows_amd64.tar.gz",
|
|
97
|
+
"url": "https://github.com/onkernel/cli/releases/download/v0.7.3/kernel_0.7.3_windows_amd64.tar.gz",
|
|
98
98
|
"bins": [
|
|
99
99
|
"kernel.exe"
|
|
100
100
|
],
|
|
101
101
|
"format": "tar.gz",
|
|
102
102
|
"checksum": {
|
|
103
103
|
"algorithm": "sha256",
|
|
104
|
-
"digest": "
|
|
104
|
+
"digest": "94b1e9ed84226183934875be25b692c59f4d9ac7d31ad14af6528a89e977eedb"
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
}
|