Import issues from JSONL format
Imports issues from JSONL format into the database, creating new entries or updating existing ones.
/plugin marketplace add steveyegge/beads/plugin install beads@beads-marketplace-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.