diff --git a/docs/usage/index.md b/docs/usage/index.md index 2d13028..8055f83 100644 --- a/docs/usage/index.md +++ b/docs/usage/index.md @@ -14,6 +14,7 @@ Available Commands: help Help about any command new Generate new template scan Scanning + setCred Append Credential to Template setRole Append Role to Template setUrl Append URL to Template version Show version diff --git a/docs/usage/new.md b/docs/usage/new.md index 1bda4fb..ff00ab1 100644 --- a/docs/usage/new.md +++ b/docs/usage/new.md @@ -12,11 +12,15 @@ Usage: Flags: --assert-fail-regex string Set fail regex assert --assert-fail-size ints Set fail size assert (support duplicate flag) + --assert-fail-size-margin int Set approximation range of fail size assert --assert-fail-status ints Set fail status assert (support duplicate flag) --assert-success-status string Set success status assert -h, --help help for new + --include-burp string Include Burp log file (XML) + --include-har string Include HAR file --include-roles string Include Roles from the file --include-urls string Include URLs from the file + --include-zap string Include ZAP log file (HAR) -n, --name string Template name ``` diff --git a/docs/usage/scan.md b/docs/usage/scan.md index 5b91112..b1a6ad6 100644 --- a/docs/usage/scan.md +++ b/docs/usage/scan.md @@ -14,7 +14,7 @@ Flags: -c, --cookie string Cookie value of this test case --delay int Second of Delay to HTTP Request -f, --format string Result format (plain, json, markdown) - -H, --header strings Headers of this test case + -H, --header strings Headers of this test case (support duplicate flag) -h, --help help for scan --no-report Not print report (only log mode) -o, --output string Save result to output file