Skip to content

CLI command reference

This reference lists every current RepoVista command. Each command has a dedicated page with usage, important options, examples, and related workflows.

Audit and setup

CommandPurpose
repovista, repovista auditRun a full audit in the current directory.
repovista initInitialize or refresh the project map.
repovista planShow the recommended parallel execution plan.
repovista doctorCheck provider, plugin, workspace, Git, settings, and output readiness.
repovista providersList loaded providers or test one provider executable.
repovista profilesList built-in audit profiles.
repovista ci initCreate a GitHub Actions workflow.

Reports

CommandPurpose
repovista reportsBrowse completed report runs and sections in a terminal UI.
repovista compareCompare two RepoVista run directories.
repovista reviewReview one run for quality, evidence, and stale state risks.
repovista repair-runRebuild run artifacts from provider-native structured outputs.
repovista pr-commentRender or post a pull request summary comment.

Findings

CommandPurpose
repovista findingsList persisted or run-specific findings, emit JSON, or export them.
repovista findings-uiOpen the interactive finding management TUI.
repovista nextShow the next prioritized finding.
repovista showShow one persisted finding with evidence and history.
repovista triageUpdate lifecycle status.
repovista revalidateRe-check finding evidence.
repovista baselineManage baseline suppressions.
repovista suppressShortcut for adding a finding to the baseline.
repovista clean-locksRemove stale RepoVista feature locks.

Publishing and fixes

CommandPurpose
repovista issueCreate, update, or sync GitHub issues through gh.
repovista github-statusRefresh linked GitHub issue and pull request status.
repovista publishPublish GitHub-source findings as issues or pull requests.
repovista fixCreate an isolated patch attempt for one or more findings.
repovista patchesList or preview patch attempts.
repovista rollbackReverse a recorded patch diff.
repovista open-prCreate a pull request for a completed patch attempt.

Settings and help

CommandPurpose
repovista settingsEdit, read, set, or reset persisted defaults.
repovista help, repovista versionShow help or version information.

Global options

All current flags are listed in CLI options.

Released under the MIT License.