agentcrumbs

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 breakdown

agentcrumbs clear

Delete stored crumbs.

agentcrumbs clear              # clear current app
agentcrumbs clear --all-apps   # clear all apps
agentcrumbs clear --app foo    # clear a specific app

agentcrumbs sessions

List all recorded sessions.

agentcrumbs sessions
# ID          Name                        Duration  Crumbs  Status
# ----------  -------------------------  ----------  ------  ------
# a1b2c3      debugging-auth-timeout     2m 15s      47     stopped

agentcrumbs replay

Replay a session's crumbs in order.

agentcrumbs replay a1b2c3

agentcrumbs follow

Follow a specific trace across services.

agentcrumbs follow --trace a1b2c3

agentcrumbs --help

Show full help text.

agentcrumbs --help

On this page