Skip to content

Commit 136945a

Browse files
committed
update readme
1 parent 26f85ee commit 136945a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,18 @@ Create an API key from the [Kernel dashboard](https://dashboard.onkernel.com).
162162
### Browser Pools
163163

164164
- `kernel browser-pools list` - List browser pools
165+
- `-o, --output json` - Output raw JSON response
165166
- `kernel browser-pools create` - Create a browser pool
167+
- `--name <name>` - Optional unique name for the pool
166168
- `--size <n>` - Number of browsers in the pool (required)
167-
- `--fill-rate <percent>` - Percentage of the pool to fill per minute
169+
- `--fill-rate <n>` - Percentage of the pool to fill per minute
168170
- `--timeout <seconds>` - Idle timeout for browsers acquired from the pool
169171
- `--stealth`, `--headless`, `--kiosk` - Default pool configuration
170172
- `--profile-id`, `--profile-name`, `--save-changes`, `--proxy-id`, `--extension`, `--viewport` - Same semantics as `kernel browsers create`
171173
- `kernel browser-pools get <id-or-name>` - Get pool details
172-
- `kernel browser-pools update <id-or-name>` - Update pool configuration (same flags as create plus `--discard-all-idle`)
174+
- `-o, --output json` - Output raw JSON response
175+
- `kernel browser-pools update <id-or-name>` - Update pool configuration
176+
- Same flags as create plus `--discard-all-idle` to discard all idle browsers in the pool and refill at the specified fill rate
173177
- `kernel browser-pools delete <id-or-name>` - Delete a pool
174178
- `--force` - Force delete even if browsers are leased
175179
- `kernel browser-pools acquire <id-or-name>` - Acquire a browser from the pool

0 commit comments

Comments
 (0)