CLI reference for dropcrumb v0.3.2
Requires Node.js 18+. Once installed, the dropcrumb command is available globally.
Authenticate with your Dropcrumb account. Opens a browser window for sign-in, then saves the token locally.
Token is saved to ~/.dropcrumb/config.json. Falls back to manual token paste if the browser flow times out.
Upload a coding agent conversation and get a shareable URL. Auto-detects conversations for the current project directory.
claude, codex, geminiWhen run from inside a coding agent session (e.g., Claude Code), dropcrumb push auto-detects the current conversation and uploads it directly — no session selection needed.
List all conversations for the current project directory across all installed coding agents.
claude, codex, geminiDownload a shared conversation and place it in the coding agent's local history folder. After checkout, the conversation appears in your agent's session list.
Configuration is stored at ~/.dropcrumb/config.json:
dropcrumb --api http://localhost:3000 pushBefore uploading, the CLI automatically sanitizes your conversation to remove sensitive data. This happens client-side — secrets never leave your machine.
Absolute paths are replaced with relative ones. The project path becomes just the project name (e.g., /Users/you/Projects/myapp → myapp). Remaining home directory paths are replaced with ~.
Known secret patterns are automatically redacted:
Use --dry-run to preview what would be redacted without uploading. Use --no-sanitize to skip sanitization entirely.