Skip to main content
Commands

vg map / vg hubs / vg areas / vg oddities

Map-level insights: overview, most-depended-on hubs, natural code groupings (communities), and surprising cross-area links (architectural smells).

Overview

Four read-only views over the committed graph:

CommandDescription
vg mapOverview: areas, hubs, untested hotspots
vg hubsMost-depended-on code (centrality outliers)
vg areasNatural groupings (communities), each labelled and sized
vg odditiesSurprising cross-area links (architectural smells)

Usage

vg map
vg hubs [-n 20]
vg areas [-n 30]
vg oddities [-n 20]
CommandFlagDefaultDescription
vg hubs-n, --limit <n>20How many hubs to show
vg areas-n, --limit <n>30How many areas to show
vg oddities-n, --limit <n>20How many oddities to show

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 map

Related Documentation