diff --git a/README-updated.md b/README-updated.md deleted file mode 100644 index e8ba1fb1..00000000 --- a/README-updated.md +++ /dev/null @@ -1,460 +0,0 @@ -
-
- Fast, developer-friendly vulnerability scanning for JavaScript and TypeScript projects.
- - Scan. Prioritize. Fix. - -- Quick Start • - Features • - Usage • - Contributing -
- -
-
-
-
-
-
-
-
-
-
-
+
Fast, developer-friendly vulnerability scanning for JavaScript and TypeScript projects.
Scan. Prioritize. Fix. - +Quick Start • Features • @@ -60,6 +59,10 @@ cve-lite /path/to/project --all # Focus only on urgent findings cve-lite /path/to/project --min-severity high +# Show full detailed output, fix plan, paths, and full table +# Recommended for CI logs when you want full context +cve-lite /path/to/project --verbose + # Fail a build on high severity and above cve-lite /path/to/project --fail-on high @@ -72,10 +75,21 @@ cve-lite /path/to/project --sarif --output reports/scan.sarif ## What it looks like -Below is a real example of the console experience. In a terminal, the severity labels, summaries, and section headers are colorized for readability. +By default, CVE Lite CLI shows a cleaner, calmer, summary-first console view designed for fast local triage. For CI and deeper investigation, run with `--verbose` to include the full detailed output, dependency paths, fix plan, and table view. + + +
+
+
+
+
+
+
+