graphyn-cli-0.1.1 is not a library.
graphyn-cli
Command-line interface for Graphyn.
graphyn-cli is the user-facing binary (graphyn) that drives analysis, querying, live watch updates, status, and MCP serving.
Commands
graphyn analyze <path> [--include <csv>] [--exclude <csv>] [--no-gitignore]graphyn query blast-radius <symbol> [--file <path>] [--depth <n>]graphyn query usages <symbol> [--file <path>]graphyn query deps <symbol> [--file <path>] [--depth <n>]graphyn watch <path> [--include <csv>] [--exclude <csv>] [--no-gitignore]graphyn serve [--stdio | --port 7700]graphyn status <path>
Scan filtering
.gitignoreis respected by default foranalyzeandwatch.--includeand--excludeaccept comma-separated multiple patterns.--excludehas higher priority than--include.
Example:
Notes
- This crate orchestrates
graphyn-core,graphyn-adapter-ts,graphyn-store, andgraphyn-mcp. - Query behavior is deterministic and backed by persisted graph data.