Назад към всички

xmtp-cli-debugging

// Enable CLI debug logging with environment variables. Use when troubleshooting or inspecting CLI behavior.

$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namexmtp-cli-debugging
descriptionEnable CLI debug logging with environment variables. Use when troubleshooting or inspecting CLI behavior.
licenseMIT
metadata[object Object]

CLI debugging

Enable debug logging for the XMTP CLI via environment variables.

When to apply

  • Troubleshooting CLI behavior or connection issues
  • Inspecting verbose logs (debug level)

Rules

  • force-debug-envXMTP_FORCE_DEBUG and XMTP_FORCE_DEBUG_LEVEL

Quick start

Set in .env or export:

XMTP_FORCE_DEBUG=true
XMTP_FORCE_DEBUG_LEVEL=debug

Read rules/force-debug-env.md for details.