Skip to main content

vulkro graph

Show the module dependency graph as JSON. Useful for feeding the project structure into another tool or visualiser.

Usage

vulkro graph [PATH] > graph.json
ArgumentDescriptionDefault
PATHPath to the project root..

Example

vulkro graph . | jq '.nodes | length'

Command reference

Generated from vulkro help graph on vulkro 0.26.0. This block is the authoritative flag, usage, and exit-code reference for this command; the prose above is the friendly explanation. Do not edit this block by hand; run npm run docs:cli after a release.

[Pro] Print which modules import which, as JSON.

Show module dependency graph as JSON.

Exit code: 0 graph printed, 2 scan / IO error.

Usage: vulkro graph [OPTIONS] [PATH]

Arguments:
[PATH]
Path to the project root (default: current directory)

[default: .]

Options:
--offline
Hard-disable every outbound network call for this run (sets VULKRO_OFFLINE=1). Blocks the CVE feed, the license heartbeat, the update check, webhooks, and any cloud AI endpoint; a loopback model (http://127.0.0.1, http://localhost) is still allowed. Equivalent to exporting VULKRO_OFFLINE=1, and the flag wins when both are set

-h, --help
Print help (see a summary with '-h')