You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System architecture with deep dives into caching, traceroute, and context navigation. Includes class diagrams, application lifecycle flows, and extension guide.
Full C4 model (Context, Container, Component, Code) with Mermaid diagrams at all four levels. Class diagrams for BaseClient, Shell, Models, and ModuleInterface hierarchies.
19 use cases covering discovery, routing analysis, troubleshooting, navigation, and automation. Includes command cheat sheet, alias table, and context command matrix.
Troubleshooting decision tree, common issues table, 11 runbook procedures, IAM permissions reference, diagnostic commands, and environment configuration.
~400 lines
Command Hierarchy
Interactive Graph Commands (Recommended)
The shell includes built-in graph commands for exploring the command hierarchy:
# Show command tree
aws-net> show graph
# Show statistics
aws-net> show graph stats
# Validate all handlers
aws-net> show graph validate
# Find navigation path to any command
aws-net> show graph parent <command># Export to markdown
aws-net> export-graph [filename]