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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,8 @@ Commands with JSON output support:
220
220
-`--telemetry=all` - Enable telemetry for all categories
221
221
-`--telemetry=off` - Disable telemetry
222
222
-`--telemetry=<list>` - Per-category config, e.g. `--telemetry=network=on,page=off`
223
+
-`--chrome-policy <json>` - Custom Chrome enterprise policy as a JSON object. Kernel-managed policies (extensions, proxy, automation) are rejected server-side.
224
+
-`--chrome-policy-file <path>` - Read the Chrome enterprise policy from a file (use `-` for stdin). Mutually exclusive with `--chrome-policy`.
223
225
-`--output json`, `-o json` - Output raw JSON object
224
226
-_Note: When a pool is specified, omit other session configuration flags—pool settings determine profile, proxy, viewport, etc._
225
227
-`kernel browsers delete <id-or-name>` - Delete a browser by ID or name
@@ -258,11 +260,12 @@ Commands with JSON output support:
258
260
-`--timeout <seconds>` - Idle timeout for browsers acquired from the pool
259
261
-`--stealth`, `--headless`, `--kiosk` - Default pool configuration
260
262
-`--profile-id`, `--profile-name`, `--save-changes`, `--proxy-id`, `--start-url`, `--extension`, `--viewport` - Same semantics as `kernel browsers create`
263
+
-`--chrome-policy <json>` / `--chrome-policy-file <path>` - Custom Chrome enterprise policy applied to every browser in the pool, as a JSON object or from a file (`-` for stdin). Same semantics as `kernel browsers create`.
261
264
-`--output json`, `-o json` - Output raw JSON object
262
265
-`kernel browser-pools get <id-or-name>` - Get pool details
263
266
-`--output json`, `-o json` - Output raw JSON object
264
267
-`kernel browser-pools update <id-or-name>` - Update pool configuration
265
-
- Same flags as create plus `--clear-start-url` (remove the pool's start URL) and `--discard-all-idle` (discard all idle browsers and refill)
268
+
- Same flags as create plus `--clear-start-url` (remove the pool's start URL) and `--discard-all-idle` (discard all idle browsers and refill). An empty `--chrome-policy '{}'` is ignored and does not clear an existing policy; recreate the pool to remove one.
266
269
-`--output json`, `-o json` - Output raw JSON object
267
270
-`kernel browser-pools delete <id-or-name>` - Delete a pool
268
271
-`--force` - Force delete even if browsers are leased
0 commit comments