Explore the repository dependency graph
polygraph graphOptions
Section titled “Options”| Flag | Type | Default | Description |
|---|---|---|---|
--help, -h | boolean | Show help for the current command | |
--version | boolean | Show the version number for the CLI | |
--static | string|boolean | Render a static text snapshot instead of opening the interactive TUI. Pass without a value to size to the terminal, or with dimensions like "200x100". | |
--plain | boolean | false | Disable ANSI color (also auto-disabled when piped). Applies to both interactive and --static output. |
--selectedRepos | string | Pre-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. | |
--include | string | Whitelist of repos to include in the visualization. CSV and globs. Supports @current. Repos outside this set are hidden in both interactive and static mode. | |
--exclude | string | Repos to fully exclude from the visualization. CSV and globs. Supports @current. Excluded repos are hidden in both interactive and static mode. |