Skip to content

Commit

Permalink
docs: regnerate cli options with ./docs/gen-cli.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Jul 20, 2024
1 parent 1099f4f commit 48716c1
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/docs/user-guide/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ Options:
--warcInfo, --warcinfo Optional fields added to the warcinf
o record in combined WARCs
--redisStoreUrl If set, url for remote redis server
to store state. Otherwise, using in-
memory store
to store state. Otherwise, using loc
al redis instance
[string] [default: "redis://localhost:6379/0"]
--saveState If the crawl state should be seriali
zed to the crawls/ directory. Defaul
Expand Down Expand Up @@ -252,14 +252,20 @@ Options:
--debugAccessRedis if set, runs internal redis without
protected mode to allow external acc
ess (for debugging) [boolean]
--debugAccessBrowser if set, allow debugging browser on p
ort 9222 via CDP [boolean]
--warcPrefix prefix for WARC files generated, inc
luding WARCs added to WACZ [string]
--serviceWorker, --sw service worker handling: disabled, e
nabled, or disabled with custom prof
ile
[choices: "disabled", "disabled-if-profile", "enabled"] [default: "disabled"]
--dryRun If true, no data is written to disk,
only logs [boolean]
--proxyServer if set, will use specified proxy ser
ver. Takes precedence over any env v
ar proxy settings [string]
--dryRun If true, no archive data is written
to disk, only pages and logs (and op
tionally saved state). [boolean]
--qaSource Required for QA mode. Source (WACZ o
r multi WACZ) for QA [string]
--qaDebugImageDiff if specified, will write crawl.png,
Expand Down Expand Up @@ -296,7 +302,8 @@ Options:
er profile directory [string]
--windowSize Browser window dimensions, specified as: width,height
[string] [default: "1360,1020"]
--proxy [boolean] [default: false]
--proxyServer if set, will use specified proxy server. Takes precedence o
ver any env var proxy settings [string]
--cookieDays If >0, set all cookies, including session cookies, to have
this duration in days before saving profile
[number] [default: 7]
Expand Down

0 comments on commit 48716c1

Please sign in to comment.