Skip to content

Commit fac9612

Browse files
committed
Update CLI_COMMANDS.md
1 parent 0202447 commit fac9612

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CLI_COMMANDS.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ Flags:
202202
* `--device`: Choose the emulated test device. (default: `Desktop`),
203203
* `--connection`: Choose the emulated network connection speed.,
204204
* `--javascript`: Turn JavaScript execution on or off. (default: `true`) (boolean),
205-
* `--adblocker`: Turn adblocking on or off. (boolean),
206205
* `--cookie-jar`: Set cookies by specifying a path to a Netscape formatted cookie jar file.,
207206
* `--json`: Outputs the results of the command in JSON format.
208207

@@ -219,7 +218,6 @@ Flags:
219218
* `--site`: A unique slug identifying each Site. You can find it in Site Settings → General or by using the calibre site list command. (string),
220219
* `--json`: Outputs the results of the command in JSON format.,
221220
* `--javascript`: Turn JavaScript execution on or off (default: `true`) (boolean),
222-
* `--adblocker`: Turn adblocking on or off. (boolean),
223221
* `--cookie-jar`: Set cookies by specifying a path to a Netscape formatted cookie jar file.
224222

225223

@@ -294,11 +292,11 @@ Flags:
294292
* `--connection`: Choose the emulated network connection speed.,
295293
* `--webhookUrl`: Test result JSON will be sent to this URL using HTTP POST.,
296294
* `--webhookSecret`: Secret used to sign the webhook payload. Secret can be validated using `Calibre-HMAC-SHA256-Signature` HTTP header. See https://calibreapp.com/docs/integrations/webhooks#webhook-security-and-verification for more information.,
297-
* `--adblocker`: Turn adblocking on or off. (boolean),
298295
* `--private`: Make the results of a test private (only accessible by members of your Calibre organisation). (boolean),
299-
* `--expiresAt`: Set a future UTC date time string (ISO8601). After this date, the test will be automatically deleted. (Min=24 hrs, Max=2 years) e.g.: 2025-12-31T23:59:59Z (Default: Expires 1 year from creation date.: `2026-09-25T14:11:14.450Z`) (string),
296+
* `--expiresAt`: Set a future UTC date time string (ISO8601). After this date, the test will be automatically deleted. (Min=24 hrs, Max=2 years) e.g.: 2025-12-31T23:59:59Z (Default: Expires 1 year from creation date.: `2026-12-10T08:38:38.825Z`) (string),
300297
* `--cookie-jar`: Set cookies by specifying a path to a Netscape formatted cookie jar file.,
301298
* `--headers`: Set HTTP headers by providing a path to a JSON file or a valid JSON key-value pairs.,
299+
* `--blocked-hosts`: Block hosts by providing a comma-separated list, a path to a JSON file, or a valid JSON array. Supports wildcards (e.g., "*.example.com").,
302300
* `--json`: Outputs the results of the command in JSON format.,
303301
* `--markdown`: Outputs the results of the command in Markdown format.,
304302
* `--waitForTest`: Wait for the test to complete before showing the results (default: test result link is shown immediately). (boolean)

0 commit comments

Comments
 (0)