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: docs/cli/auto.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,4 +28,4 @@ $ nsecure auto --keep
28
28
|`--vulnerabilityStrategy`|`-s`| github-advisory | Strategy used to fetch package vulnerabilities (see Vulnera [available strategy](https://github.com/NodeSecure/vulnera?tab=readme-ov-file#available-strategy)). |
29
29
|`--keep`|`-k`|`false`| Preserve JSON payload after execution. |
30
30
|`--developer`|`-d`|`false`| Launch the server in developer mode, enabling automatic HTML component refresh. |
31
-
|`--contacts`|`-c`|`[]`| List of contacts to highlight. |
31
+
|`--contacts`|`-c`|`[]`| List of contacts to highlight. |`--verbose`||`false`| Sets cli log level to verbose, causing the CLI to output more detailed logs. |
Copy file name to clipboardExpand all lines: docs/cli/cwd.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,4 @@ $ nsecure cwd [options]
18
18
|`--silent`||`false`| Suppress console output, making execution silent. |
19
19
|`--output`|`-o`|`nsecure-result`| Specify the output file for the results. |
20
20
|`--vulnerabilityStrategy`|`-s`| github-advisory | Strategy used to fetch package vulnerabilities (see Vulnera [available strategy](https://github.com/NodeSecure/vulnera?tab=readme-ov-file#available-strategy)). |
21
-
|`--contacts`|`-c`|`[]`| List of contacts to highlight. |
21
+
|`--contacts`|`-c`|`[]`| List of contacts to highlight. |`--verbose`||`false`| Sets cli log level to verbose, causing the CLI to output more detailed logs. |
Copy file name to clipboardExpand all lines: docs/cli/from.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,4 @@ $ nsecure from express@3.0.0 -o express-report
24
24
|`--silent`||`false`| Suppress console output, making execution silent. |
25
25
|`--output`|`-o`|`nsecure-result`| Specify the output file for the results. |
26
26
|`--vulnerabilityStrategy`|`-s`| github-advisory | Strategy used to fetch package vulnerabilities (see Vulnera [available strategy](https://github.com/NodeSecure/vulnera?tab=readme-ov-file#available-strategy)). |
27
-
|`--contacts`|`-c`|`[]`| List of contacts to highlight. |
27
+
|`--contacts`|`-c`|`[]`| List of contacts to highlight. |`--verbose`||`false`| Sets cli log level to verbose, causing the CLI to output more detailed logs. |
0 commit comments