Skip to main content
Commands

vg status

Graph freshness, node/edge counts, staleness, and resolver rungs used. Compares the committed graph against the current working tree.

Overview

vg status gives you a read-only snapshot of the committed graph: when it was built, how many nodes and edges it contains, which files have changed since, and which resolver rungs were used.


Usage

vg status

Output includes: map path, generation timestamp, node/edge/area counts, detected languages, cluster method, resolver rungs, cache status, corpus hash, and stale file count.

With --json, returns a structured status object.

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 status

Related Documentation