Skip to content

screenbook impact

Analyze which screens depend on a specific API/service

Screen catalog and navigation graph generator (screenbook v0.1.0)
Analyze which screens depend on a specific API/service
USAGE:
screenbook <OPTIONS> <api>
ARGUMENTS:
api API or service name to analyze (e.g., InvoiceAPI.getDetail)
OPTIONS:
-h, --help Display this help message
-v, --version Display this version
-c, --config <config> Path to config file
-f, --format [format] Output format: text (default) or json (default: text)
-d, --depth [depth] Maximum depth for transitive dependencies (default: 3)
-v, --verbose Show detailed output including stack traces (default: false)
Terminal window
screenbook impact InvoiceAPI.getDetail
screenbook impact PaymentService --format json
screenbook impact UserAPI --depth 5