Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

check-all

Run all checks at once.

Usage

rscontacts check-all
rscontacts check-all --fix
rscontacts check-all --fix --dry-run
rscontacts check-all --stats
rscontacts check-all --country 1

Flags

FlagDescription
--fixInteractively fix all issues found
--dry-runShow what would change without modifying anything
--statsOnly show error counts per check, no details
--country <CODE>Country code for phone formatting (default: 972)

Stats Mode

With --stats, only checks with errors are listed:

check-phone-format: 5
check-phone-label-english: 3
check-duplicate-emails: 1
---
Total: 9

Checks Run

All individual check commands are run in sequence. Each section header includes the corresponding command name so you know which standalone command to use for fixing specific issues.

With --fix, all checks support interactive fixing — the fix/dry-run flags are passed through to every check.