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
|`--output-path <path>`| Path to save the contents of the client and reports to. |
46
+
|`--cache`| Enable the caching. |
47
+
|`--no-cache`| Disable the caching. |
48
+
|`--desktop`| Simulate device as desktop. |
49
+
|`--mobile`| Simulate device as mobile. |
50
+
|`--throttle`| Enable the throttling. |
51
+
|`--samples`| Specify the amount of samples to run. |
52
+
|`--sitemaps`| Comma separated list of sitemaps to use for scanning. |
53
+
|`--urls`| Specify explicit relative paths as a comma-separated list.<br>e.g. `unlighthouse --site unlighthouse.dev --urls /guide,/api,/config`|
54
54
|`--exclude-urls`| Specify relative paths (string or regex) to exclude from scanning as a comma-separated list. <br>e.g. `unlighthouse --site unlighthouse.dev --exclude-urls /guide/.*,/api/.*`|
55
-
|`--include-urls`| Specify relative paths (string or regex) to include as a comma-separated list. <br>e.g. `unlighthouse --site unlighthouse.dev --include-urls /guide/.*`|
56
-
|`--enable-javascript`| When inspecting the HTML wait for the javascript to execute. Useful for SPAs. |
57
-
|`--disable-javascript`| When inspecting the HTML, don't wait for the javascript to execute. |
58
-
|`--enable-i18n-pages`| Enable scanning pages which use x-default. |
59
-
|`--disable-i18n-pages`| Disable scanning pages which use x-default. |
60
-
|`--disable-dynamic-sampling`| Disable dynamic sampling of paths. |
61
-
|`--extra-headers`| Extra headers to send with the requests. |
62
-
|`--default-query-params`| Default query params to send with the requests. |
63
-
|`-d, --debug`| Debug. Enable debugging in the logger. |
64
-
|`-h, --help`| Display available CLI options |
55
+
|`--include-urls`| Specify relative paths (string or regex) to include as a comma-separated list. <br>e.g. `unlighthouse --site unlighthouse.dev --include-urls /guide/.*`|
56
+
|`--enable-javascript`| When inspecting the HTML wait for the javascript to execute. Useful for SPAs. |
57
+
|`--disable-javascript`| When inspecting the HTML, don't wait for the javascript to execute. |
58
+
|`--enable-i18n-pages`| Enable scanning pages which use x-default. |
59
+
|`--disable-i18n-pages`| Disable scanning pages which use x-default. |
60
+
|`--disable-dynamic-sampling`| Disable dynamic sampling of paths. |
61
+
|`--extra-headers`| Extra headers to send with the requests. |
62
+
|`--user-agent`| Provide a custom user agent for all network requests. |
63
+
|`--default-query-params`| Default query params to send with the requests. |
64
+
|`-d, --debug`| Debug. Enable debugging in the logger. |
0 commit comments