Skip to content
Development
Command

/export

Export issues to JSONL format

From plugin
beads
26k29 skills4 agents29 commands
Install
> /plugin marketplace add gastownhall/beads
> /plugin install beads@beads-marketplace

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/export

Context preview

What this command does when you run it.

Export issues to JSONL format

Command definition

export.md
description: Export issues to JSONL format
argument-hint: "[-o output-file]"

Export all issues to JSON Lines format (one JSON object per line).

Usage

  • **To stdout**: `bd export`
  • **To file**: `bd export -o issues.jsonl`
  • **Include all records**: `bd export --all -o full.jsonl`

Issues are sorted by ID for consistent diffs, making git diffs readable.

When to Use

Dolt is the primary storage backend, so manual export is rarely needed. Use `bd export` when you need:

  • A JSONL snapshot of issue records
  • Data migration to another system
  • Sharing issues outside the Dolt workflow

`bd export` is not a full database backup. It does not capture Dolt branches, commit history, working-set state, or non-issue tables. Use `bd backup` for a restorable Dolt-native database backup.

Ships withbeads

Distributed graph issue tracker for AI agents, powered by Dolt. Platforms: macOS, Linux, Windows, FreeBSD Docs: Beads provides a persistent, structured memory for coding agents.

Get the whole plugin