Export issues to JSONL format
Exports issues to JSONL format for version control and data migration.
/plugin marketplace add Toowiredd/beads/plugin install toowiredd-beads@Toowiredd/beads-o output-fileExport all issues to JSON Lines format (one JSON object per line).
bd exportbd export -o issues.jsonlbd export --status openIssues are sorted by ID for consistent diffs, making git diffs readable.
The daemon automatically exports to .beads/issues.jsonl after any CRUD operation (5-second debounce). Manual export is rarely needed unless you need a custom output location or filtered export.
Export is used for: