doctor

Check whether Git Wrangler and its supporting tools are ready.

Usagegit-wrangler doctor [--json]

Quick start

git-wrangler doctor

What it does

doctor checks the installed Git Wrangler version, Git, GitHub CLI, git-filter-repo, local settings, and credential availability. It does not scan repositories or make network requests.

Missing Git is an error because repository commands need it. Missing GitHub CLI or git-filter-repo is a warning because only some commands need those tools.

Options

Option Default What it does
--json Off Return machine-readable check results.

More examples

# Save a diagnostic report
git-wrangler doctor --json > doctor.json