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: CLI_COMMANDS.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,6 @@ Flags:
202
202
*`--device`: Choose the emulated test device. (default: `Desktop`),
203
203
*`--connection`: Choose the emulated network connection speed.,
204
204
*`--javascript`: Turn JavaScript execution on or off. (default: `true`) (boolean),
205
-
*`--adblocker`: Turn adblocking on or off. (boolean),
206
205
*`--cookie-jar`: Set cookies by specifying a path to a Netscape formatted cookie jar file.,
207
206
*`--json`: Outputs the results of the command in JSON format.
208
207
@@ -219,7 +218,6 @@ Flags:
219
218
*`--site`: A unique slug identifying each Site. You can find it in Site Settings → General or by using the calibre site list command. (string),
220
219
*`--json`: Outputs the results of the command in JSON format.,
221
220
*`--javascript`: Turn JavaScript execution on or off (default: `true`) (boolean),
222
-
*`--adblocker`: Turn adblocking on or off. (boolean),
223
221
*`--cookie-jar`: Set cookies by specifying a path to a Netscape formatted cookie jar file.
224
222
225
223
@@ -294,11 +292,11 @@ Flags:
294
292
*`--connection`: Choose the emulated network connection speed.,
295
293
*`--webhookUrl`: Test result JSON will be sent to this URL using HTTP POST.,
296
294
*`--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),
298
295
*`--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),
300
297
*`--cookie-jar`: Set cookies by specifying a path to a Netscape formatted cookie jar file.,
301
298
*`--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").,
302
300
*`--json`: Outputs the results of the command in JSON format.,
303
301
*`--markdown`: Outputs the results of the command in Markdown format.,
304
302
*`--waitForTest`: Wait for the test to complete before showing the results (default: test result link is shown immediately). (boolean)
0 commit comments