mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Fix: Update downloader docs
This commit is contained in:
parent
1e3504c753
commit
01645f5559
1 changed files with 3 additions and 2 deletions
|
|
@ -22,6 +22,7 @@ Application Options:
|
||||||
-f, --folder=FOLDER Download into a given subFOLDER
|
-f, --folder=FOLDER Download into a given subFOLDER
|
||||||
-i, --ignore_pattern=PATTERN Do not download files if their URLs match any of the given PATTERNs
|
-i, --ignore_pattern=PATTERN Do not download files if their URLs match any of the given PATTERNs
|
||||||
-H, --header= One or more extra HTTP header fields
|
-H, --header= One or more extra HTTP header fields
|
||||||
|
--enumerate_pmd_only If this flag is set to true, the downloader will only enumerate valid provider metadata files, but not download documents
|
||||||
--validator=URL URL to validate documents remotely
|
--validator=URL URL to validate documents remotely
|
||||||
--validator_cache=FILE FILE to cache remote validations
|
--validator_cache=FILE FILE to cache remote validations
|
||||||
--validator_preset=PRESETS One or more PRESETS to validate remotely (default: [mandatory])
|
--validator_preset=PRESETS One or more PRESETS to validate remotely (default: [mandatory])
|
||||||
|
|
@ -30,8 +31,8 @@ Application Options:
|
||||||
--forward_header= One or more extra HTTP header fields used by forwarding
|
--forward_header= One or more extra HTTP header fields used by forwarding
|
||||||
--forward_queue=LENGTH Maximal queue LENGTH before forwarder (default: 5)
|
--forward_queue=LENGTH Maximal queue LENGTH before forwarder (default: 5)
|
||||||
--forward_insecure Do not check TLS certificates from forward endpoint
|
--forward_insecure Do not check TLS certificates from forward endpoint
|
||||||
--logfile=FILE FILE to log downloading to (default: downloader.log)
|
--log_file=FILE FILE to log downloading to (default: downloader.log)
|
||||||
--loglevel=LEVEL[debug|info|warn|error] LEVEL of logging details (default: info)
|
--log_level=LEVEL[debug|info|warn|error] LEVEL of logging details (default: info)
|
||||||
-c, --config=TOML-FILE Path to config TOML file
|
-c, --config=TOML-FILE Path to config TOML file
|
||||||
|
|
||||||
Help Options:
|
Help Options:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue