Documentation Index
Fetch the complete documentation index at: https://docs.driftless.icu/llms.txt
Use this file to discover all available pages before exploring further.
File and Impact
| Command | Flags | Description | Example |
|---|---|---|---|
graph file | <path>, --depth N, --json | Entrypoints + blast radius | driftless graph file src/auth/guard.ts --depth 2 |
graph impact | --files "a,b", --depth N, --direction <up|down|both>, --json | Change impact analysis | driftless graph impact --files "src/shared/utils.ts" --direction downstream |
graph coverage | --json | Context coverage overview | driftless graph coverage --json |