Skip to content

polygraph graph

Explore the repository dependency graph

Terminal window
polygraph graph
FlagTypeDefaultDescription
--help, -hbooleanShow help for the current command
--versionbooleanShow the version number for the CLI
--staticstring|booleanRender a static text snapshot instead of opening the interactive TUI. Pass without a value to size to the terminal, or with dimensions like "200x100".
--plainbooleanfalseDisable ANSI color (also auto-disabled when piped). Applies to both interactive and --static output.
--selectedReposstringPre-select these repos. CSV and globs (quote globs, e.g. 'nrwl/*'). Supports @current. In --static mode, the rendering shows only these and their direct neighbors.
--includestringWhitelist of repos to include in the visualization. CSV and globs. Supports @current. Repos outside this set are hidden in both interactive and static mode.
--excludestringRepos to fully exclude from the visualization. CSV and globs. Supports @current. Excluded repos are hidden in both interactive and static mode.