Other commands
stats, clear, follow, replay, sessions
All commands below accept --app <name> to scope to a specific app and --all-apps to include all apps. Default is auto-detect from package.json.
agentcrumbs stats
Show crumb counts, file size, and active services.
agentcrumbs stats # current app
agentcrumbs stats --all-apps # per-app breakdownagentcrumbs clear
Delete stored crumbs.
agentcrumbs clear # clear current app
agentcrumbs clear --all-apps # clear all apps
agentcrumbs clear --app foo # clear a specific appagentcrumbs sessions
List all recorded sessions.
agentcrumbs sessions
# ID Name Duration Crumbs Status
# ---------- ------------------------- ---------- ------ ------
# a1b2c3 debugging-auth-timeout 2m 15s 47 stoppedagentcrumbs replay
Replay a session's crumbs in order.
agentcrumbs replay a1b2c3agentcrumbs follow
Follow a specific trace across services.
agentcrumbs follow --trace a1b2c3agentcrumbs --help
Show full help text.
agentcrumbs --help