You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,12 +106,14 @@ Create an API key from the [Kernel dashboard](https://dashboard.onkernel.com).
106
106
### App Deployment
107
107
108
108
-`kernel deploy <file>` - Deploy an app to Kernel
109
+
109
110
-`--version <version>` - Specify app version (default: latest)
110
111
-`--force` - Allow overwriting existing version
111
112
-`--env <KEY=VALUE>`, `-e` - Set environment variables (can be used multiple times)
112
113
-`--env-file <file>` - Load environment variables from file (can be used multiple times)
113
114
114
115
-`kernel deploy logs <deployment_id>` - Stream logs for a deployment
116
+
115
117
-`--follow`, `-f` - Follow logs in real-time (stream continuously)
116
118
-`--since`, `-s` - How far back to retrieve logs. Duration formats: ns, us, ms, s, m, h (e.g., 5m, 2h, 1h30m). Timestamps also supported: 2006-01-02, 2006-01-02T15:04, 2006-01-02T15:04:05, 2006-01-02T15:04:05.000
117
119
-`--with-timestamps`, `-t` - Include timestamps in each log line
@@ -234,6 +236,23 @@ Create an API key from the [Kernel dashboard](https://dashboard.onkernel.com).
234
236
-`--mode <mode>` - File mode (octal string)
235
237
-`--source <path>` - Local source file path (required)
236
238
239
+
### Browser Extensions
240
+
241
+
-`kernel browsers extensions upload <id or persistent id> <extension-path>...` - Ad-hoc upload of one or more unpacked extensions to a running browser instance.
242
+
243
+
### Extension Management
244
+
245
+
-`kernel extensions list` - List all uploaded extensions
0 commit comments