CLI reference
usage: review [options] [-- <commit>]
where <commit> can be:
- a single commit (e.g. HEAD, HEAD~1, abc123)
- a commit range (e.g. HEAD~3..HEAD, main..feature)
Review staged changes in git.
review
Review changes in a specific commit or range.
review -- <commit>
Show version information.
review version
Log in to review.ai using GitHub OAuth.
review login
Log out of review.ai.
review logout
Update the review binary to the latest version.
review update
List your review history.
review list
Show a specific review.
review show <id>
Enable zero-day retention (ZDR) mode. When enabled, all review history and telemetry data are deleted within 24 hours.
review enable-zdr
Last updated on