@onkernel/cli 0.4.7 → 0.5.0
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 +201 -0
- package/README.md +129 -11
- package/package.json +20 -20
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/README.md
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/onkernel/kernel-images/main/static/images/Kernel-Wordmark_Accent.svg" alt="Kernel Logo" width="55%">
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<img alt="GitHub License" src="https://img.shields.io/github/license/onkernel/kernel">
|
|
7
|
+
<a href="https://discord.gg/FBrveQRcud"><img src="https://img.shields.io/discord/1342243238748225556?logo=discord&logoColor=white&color=7289DA" alt="Discord"></a>
|
|
8
|
+
<a href="https://x.com/juecd__"><img src="https://img.shields.io/twitter/follow/juecd__" alt="Follow @juecd__"></a>
|
|
9
|
+
<a href="https://x.com/rfgarcia"><img src="https://img.shields.io/twitter/follow/rfgarcia" alt="Follow @rfgarcia"></a>
|
|
10
|
+
</p>
|
|
11
|
+
|
|
1
12
|
# Kernel CLI
|
|
2
13
|
|
|
3
|
-
The Kernel CLI
|
|
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
|
+
|
|
16
|
+
Sign up at [onkernel.com](https://www.onkernel.com/) and read the [docs](https://docs.onkernel.com/introduction).
|
|
17
|
+
|
|
18
|
+
## What's Kernel?
|
|
19
|
+
|
|
20
|
+
Kernel provides sandboxed, ready-to-use Chrome browsers for browser automations and web agents. This CLI helps you deploy apps, run actions, manage browsers, and access live views.
|
|
21
|
+
|
|
22
|
+
### What you can do with the CLI
|
|
23
|
+
|
|
24
|
+
- Deploy and version apps to Kernel
|
|
25
|
+
- Invoke app actions (sync or async) and stream logs
|
|
26
|
+
- Create, list, view, and delete managed browser sessions
|
|
27
|
+
- Get a live view URL for visual monitoring and remote control
|
|
4
28
|
|
|
5
29
|
## Installation
|
|
6
30
|
|
|
@@ -82,17 +106,20 @@ Create an API key from the [Kernel dashboard](https://dashboard.onkernel.com).
|
|
|
82
106
|
### App Management
|
|
83
107
|
|
|
84
108
|
- `kernel deploy <file>` - Deploy an app to Kernel
|
|
109
|
+
|
|
85
110
|
- `--version <version>` - Specify app version (default: latest)
|
|
86
111
|
- `--force` - Allow overwriting existing version
|
|
87
112
|
- `--env <KEY=VALUE>`, `-e` - Set environment variables (can be used multiple times)
|
|
88
113
|
- `--env-file <file>` - Load environment variables from file (can be used multiple times)
|
|
89
114
|
|
|
90
115
|
- `kernel invoke <app> <action>` - Run an app action
|
|
116
|
+
|
|
91
117
|
- `--version <version>`, `-v` - Specify app version (default: latest)
|
|
92
118
|
- `--payload <json>`, `-p` - JSON payload for the action
|
|
93
119
|
- `--sync`, `-s` - Invoke synchronously (timeout after 60s)
|
|
94
120
|
|
|
95
121
|
- `kernel app list` - List deployed apps
|
|
122
|
+
|
|
96
123
|
- `--name <app_name>` - Filter by app name
|
|
97
124
|
- `--version <version>` - Filter by version
|
|
98
125
|
|
|
@@ -110,16 +137,92 @@ Create an API key from the [Kernel dashboard](https://dashboard.onkernel.com).
|
|
|
110
137
|
|
|
111
138
|
- `kernel browsers list` - List running browsers
|
|
112
139
|
- `kernel browsers create` - Create a new browser session
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
-
|
|
116
|
-
- `kernel browsers delete
|
|
117
|
-
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
140
|
+
- `-p, --persistence-id <id>` - Unique identifier for browser session persistence
|
|
141
|
+
- `-s, --stealth` - Launch browser in stealth mode to avoid detection
|
|
142
|
+
- `-H, --headless` - Launch browser without GUI access
|
|
143
|
+
- `kernel browsers delete <id or persistent id>` - Delete a browser
|
|
144
|
+
- `-y, --yes` - Skip confirmation prompt
|
|
145
|
+
- `kernel browsers view <id or persistent id>` - Get live view URL for a browser
|
|
146
|
+
|
|
147
|
+
### Browser Logs
|
|
148
|
+
|
|
149
|
+
- `kernel browsers logs stream <id or persistent id>` - Stream browser logs
|
|
150
|
+
- `--source <source>` - Log source: "path" or "supervisor" (required)
|
|
151
|
+
- `--follow` - Follow the log stream (default: true)
|
|
152
|
+
- `--path <path>` - File path when source=path
|
|
153
|
+
- `--supervisor-process <name>` - Supervisor process name when source=supervisor. Most useful value is "chromium"
|
|
154
|
+
|
|
155
|
+
### Browser Replays
|
|
156
|
+
|
|
157
|
+
- `kernel browsers replays list <id or persistent id>` - List replays for a browser
|
|
158
|
+
- `kernel browsers replays start <id or persistent id>` - Start a replay recording
|
|
159
|
+
- `--framerate <fps>` - Recording framerate (fps)
|
|
160
|
+
- `--max-duration <seconds>` - Maximum duration in seconds
|
|
161
|
+
- `kernel browsers replays stop <id or persistent id> <replay-id>` - Stop a replay recording
|
|
162
|
+
- `kernel browsers replays download <id or persistent id> <replay-id>` - Download a replay video
|
|
163
|
+
- `-o, --output <path>` - Output file path for the replay video
|
|
164
|
+
|
|
165
|
+
### Browser Process Control
|
|
166
|
+
|
|
167
|
+
- `kernel browsers process exec <id or persistent id> [--] [command...]` - Execute a command synchronously
|
|
168
|
+
- `--command <cmd>` - Command to execute (optional; if omitted, trailing args are executed via /bin/bash -c)
|
|
169
|
+
- `--args <args>` - Command arguments
|
|
170
|
+
- `--cwd <path>` - Working directory
|
|
171
|
+
- `--timeout <seconds>` - Timeout in seconds
|
|
172
|
+
- `--as-user <user>` - Run as user
|
|
173
|
+
- `--as-root` - Run as root
|
|
174
|
+
- `kernel browsers process spawn <id or persistent id> [--] [command...]` - Execute a command asynchronously
|
|
175
|
+
- `--command <cmd>` - Command to execute (optional; if omitted, trailing args are executed via /bin/bash -c)
|
|
176
|
+
- `--args <args>` - Command arguments
|
|
177
|
+
- `--cwd <path>` - Working directory
|
|
178
|
+
- `--timeout <seconds>` - Timeout in seconds
|
|
179
|
+
- `--as-user <user>` - Run as user
|
|
180
|
+
- `--as-root` - Run as root
|
|
181
|
+
- `kernel browsers process kill <id or persistent id> <process-id>` - Send a signal to a process
|
|
182
|
+
- `--signal <signal>` - Signal to send: TERM, KILL, INT, HUP (default: TERM)
|
|
183
|
+
- `kernel browsers process status <id or persistent id> <process-id>` - Get process status
|
|
184
|
+
- `kernel browsers process stdin <id or persistent id> <process-id>` - Write to process stdin (base64)
|
|
185
|
+
- `--data-b64 <data>` - Base64-encoded data to write to stdin (required)
|
|
186
|
+
- `kernel browsers process stdout-stream <id or persistent id> <process-id>` - Stream process stdout/stderr
|
|
187
|
+
|
|
188
|
+
### Browser Filesystem
|
|
189
|
+
|
|
190
|
+
- `kernel browsers fs new-directory <id or persistent id>` - Create a new directory
|
|
191
|
+
- `--path <path>` - Absolute directory path to create (required)
|
|
192
|
+
- `--mode <mode>` - Directory mode (octal string)
|
|
193
|
+
- `kernel browsers fs delete-directory <id or persistent id>` - Delete a directory
|
|
194
|
+
- `--path <path>` - Absolute directory path to delete (required)
|
|
195
|
+
- `kernel browsers fs delete-file <id or persistent id>` - Delete a file
|
|
196
|
+
- `--path <path>` - Absolute file path to delete (required)
|
|
197
|
+
- `kernel browsers fs download-dir-zip <id or persistent id>` - Download a directory as zip
|
|
198
|
+
- `--path <path>` - Absolute directory path to download (required)
|
|
199
|
+
- `-o, --output <path>` - Output zip file path
|
|
200
|
+
- `kernel browsers fs file-info <id or persistent id>` - Get file or directory info
|
|
201
|
+
- `--path <path>` - Absolute file or directory path (required)
|
|
202
|
+
- `kernel browsers fs list-files <id or persistent id>` - List files in a directory
|
|
203
|
+
- `--path <path>` - Absolute directory path (required)
|
|
204
|
+
- `kernel browsers fs move <id or persistent id>` - Move or rename a file or directory
|
|
205
|
+
- `--src <path>` - Absolute source path (required)
|
|
206
|
+
- `--dest <path>` - Absolute destination path (required)
|
|
207
|
+
- `kernel browsers fs read-file <id or persistent id>` - Read a file
|
|
208
|
+
- `--path <path>` - Absolute file path (required)
|
|
209
|
+
- `-o, --output <path>` - Output file path (optional)
|
|
210
|
+
- `kernel browsers fs set-permissions <id or persistent id>` - Set file permissions or ownership
|
|
211
|
+
- `--path <path>` - Absolute path (required)
|
|
212
|
+
- `--mode <mode>` - File mode bits (octal string) (required)
|
|
213
|
+
- `--owner <user>` - New owner username or UID
|
|
214
|
+
- `--group <group>` - New group name or GID
|
|
215
|
+
- `kernel browsers fs upload <id or persistent id>` - Upload one or more files
|
|
216
|
+
- `--file <local:remote>` - Mapping local:remote (repeatable)
|
|
217
|
+
- `--dest-dir <path>` - Destination directory for uploads
|
|
218
|
+
- `--paths <paths>` - Local file paths to upload
|
|
219
|
+
- `kernel browsers fs upload-zip <id or persistent id>` - Upload a zip and extract it
|
|
220
|
+
- `--zip <path>` - Local zip file path (required)
|
|
221
|
+
- `--dest-dir <path>` - Destination directory to extract to (required)
|
|
222
|
+
- `kernel browsers fs write-file <id or persistent id>` - Write a file from local data
|
|
223
|
+
- `--path <path>` - Destination absolute file path (required)
|
|
224
|
+
- `--mode <mode>` - File mode (octal string)
|
|
225
|
+
- `--source <path>` - Local source file path (required)
|
|
123
226
|
|
|
124
227
|
## Examples
|
|
125
228
|
|
|
@@ -179,6 +282,21 @@ kernel browsers delete --by-persistent-id my-browser-session --yes
|
|
|
179
282
|
|
|
180
283
|
# Get live view URL
|
|
181
284
|
kernel browsers view --by-id browser123
|
|
285
|
+
|
|
286
|
+
# Stream browser logs
|
|
287
|
+
kernel browsers logs stream my-browser --source supervisor --follow --supervisor-process chromium
|
|
288
|
+
|
|
289
|
+
# Start a replay recording
|
|
290
|
+
kernel browsers replays start my-browser --framerate 30 --max-duration 300
|
|
291
|
+
|
|
292
|
+
# Execute a command in the browser VM
|
|
293
|
+
kernel browsers process exec my-browser -- ls -alh /tmp
|
|
294
|
+
|
|
295
|
+
# Upload files to the browser VM
|
|
296
|
+
kernel browsers fs upload my-browser --file "local.txt:remote.txt" --dest-dir "/tmp"
|
|
297
|
+
|
|
298
|
+
# List files in a directory
|
|
299
|
+
kernel browsers fs list-files my-browser --path "/tmp"
|
|
182
300
|
```
|
|
183
301
|
|
|
184
302
|
## Getting Help
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onkernel/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Kernel CLI",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node install.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"author": "Rafael Garcia \u003craf@onkernel.com\u003e",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"bugs": {
|
|
23
|
-
"url": "https://github.com/onkernel/
|
|
23
|
+
"url": "https://github.com/onkernel/cli/issues"
|
|
24
24
|
},
|
|
25
25
|
"homepage": "https://docs.onkernel.com",
|
|
26
26
|
"bin": {
|
|
@@ -33,75 +33,75 @@
|
|
|
33
33
|
},
|
|
34
34
|
"archives": {
|
|
35
35
|
"darwin-arm64": {
|
|
36
|
-
"name": "kernel_0.
|
|
37
|
-
"url": "https://
|
|
36
|
+
"name": "kernel_0.5.0_darwin_arm64.tar.gz",
|
|
37
|
+
"url": "https://github.com/onkernel/cli/releases/download/v0.5.0/kernel_0.5.0_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": "aeb716f6c351823b1ac3a679dafc7bde12874fcae324b26a383065aac56a9113"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"darwin-x64": {
|
|
48
|
-
"name": "kernel_0.
|
|
49
|
-
"url": "https://
|
|
48
|
+
"name": "kernel_0.5.0_darwin_amd64.tar.gz",
|
|
49
|
+
"url": "https://github.com/onkernel/cli/releases/download/v0.5.0/kernel_0.5.0_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": "9020bf76cd279e056f679e0cc416dd8c345cffa4154a43e157302a236c986cd6"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"linux-arm64": {
|
|
60
|
-
"name": "kernel_0.
|
|
61
|
-
"url": "https://
|
|
60
|
+
"name": "kernel_0.5.0_linux_arm64.tar.gz",
|
|
61
|
+
"url": "https://github.com/onkernel/cli/releases/download/v0.5.0/kernel_0.5.0_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": "8f3485acacec01098eb46c6b7655ba2ad4993b37616978eebe7dbbfe2b581eb2"
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"linux-x64": {
|
|
72
|
-
"name": "kernel_0.
|
|
73
|
-
"url": "https://
|
|
72
|
+
"name": "kernel_0.5.0_linux_amd64.tar.gz",
|
|
73
|
+
"url": "https://github.com/onkernel/cli/releases/download/v0.5.0/kernel_0.5.0_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": "a1043af30a86f868403fbfe54ba3bd4c0549e0ff9b3c82caae6395de006ed2a8"
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"win32-arm64": {
|
|
84
|
-
"name": "kernel_0.
|
|
85
|
-
"url": "https://
|
|
84
|
+
"name": "kernel_0.5.0_windows_arm64.tar.gz",
|
|
85
|
+
"url": "https://github.com/onkernel/cli/releases/download/v0.5.0/kernel_0.5.0_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": "34a1e1adb3104bbbae3fd8e813e120ceb0ca513c279fa52c3a7ebb06c394908f"
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
95
|
"win32-x64": {
|
|
96
|
-
"name": "kernel_0.
|
|
97
|
-
"url": "https://
|
|
96
|
+
"name": "kernel_0.5.0_windows_amd64.tar.gz",
|
|
97
|
+
"url": "https://github.com/onkernel/cli/releases/download/v0.5.0/kernel_0.5.0_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": "48f3a239067b4d0d2b37d151483dcc9875bea38f68a5ff16ef656e198b8f9bb1"
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
}
|