Import issues from JSONL format
Imports issues from JSONL format into the database, creating new entries or updating existing ones.
/plugin marketplace add dbmcco/tmux-beads-loops/plugin install dbmcco-beads@dbmcco/tmux-beads-loops-i input-fileImport issues from JSON Lines format (one JSON object per line).
bd import (reads from stdin)bd import -i issues.jsonlbd import -i issues.jsonl --dry-runUse --dry-run to see what will change before importing:
bd import -i issues.jsonl --dry-run
# Shows: new issues, updates, exact matches
The daemon automatically imports from .beads/issues.jsonl when it's newer than the database (e.g., after git pull). Manual import is rarely needed.