docs: document report --diff-only in README and Bedienungsanleitung
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2c3aa60d97
commit
1dd51809b7
2 changed files with 9 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ Globale Optionen: `--config path/to/config.yaml`, `--verbose` (`-v`).
|
|||
| `approve --url URL` | Einzelne URL freigeben |
|
||||
| `approve --rebuild` | Gesamte Baseline ersetzen (nach großem Redesign) |
|
||||
| `report` | Letzten Report im Terminal anzeigen |
|
||||
| `report --diff-only` | Nur Textdiffs geänderter Seiten — farbig, kompakt |
|
||||
| `report --format json` | Letzten Report als JSON anzeigen |
|
||||
| `status` | Baseline-Datum, letzter Scan, aktueller Risk-Level |
|
||||
| `cloak-check` | Doppel-Crawl: Browser-UA vs. Googlebot (Cloaking-Erkennung) |
|
||||
|
|
@ -257,11 +258,18 @@ Reports liegen in `reports/YYYYMMDD_HHMMSS/` als `report.md` und `report.json`.
|
|||
# Neuesten Report im Terminal lesen
|
||||
python -m scanner report
|
||||
|
||||
# Nur Diffs geänderter Seiten anzeigen (farbig, kompakt)
|
||||
python -m scanner report --diff-only
|
||||
|
||||
# Direkt die Datei öffnen
|
||||
ls reports/
|
||||
cat reports/20260612_030000/report.md
|
||||
```
|
||||
|
||||
`--diff-only` zeigt ausschließlich was sich verändert hat: Textdiffs farbig (`+` grün,
|
||||
`-` rot, `@@` cyan), neue/fehlende URLs, Link-Änderungen, Hidden Content, Meta-Refresh.
|
||||
Farben werden automatisch deaktiviert wenn die Ausgabe in eine Pipe oder Datei umgeleitet wird.
|
||||
|
||||
### Aufbau des Reports
|
||||
|
||||
| Abschnitt | Inhalt |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue