Skip to main content
Commands

vg unknowns

What the code map cannot resolve, ranked by blast radius — so you can see exactly where the graph is incomplete and how much depends on those gaps.

Overview

No static map resolves everything — dynamic imports, reflection, and calls into external services leave edges the graph can't connect. vg unknowns makes those gaps visible and ranked: it lists what the map could not resolve, ordered by blast radius, so the unresolved references that the most code depends on rise to the top.

This is how you judge — and improve — the map's coverage, rather than trusting it blindly.


Usage

vg unknowns

Limit how many sites are shown (default 20):

vg unknowns --limit 5

Options

FlagDescription
-n, --limit <n>How many unresolved sites to show (default 20)
--jsonMachine-readable JSON on stdout

Related

Example use cases

Expand any use case to watch a live replay of the real @vibgrate/cli running against one of our test repositories. Nothing executes in your browser — these are recordings of actual runs, with the scan time shown as of now.

vg unknowns

Related Documentation