> ## Documentation Index
> Fetch the complete documentation index at: https://beads.gascity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# bd history

> Show version history for an issue

Generated from `bd help --doc history`.

Show the complete version history of an issue, including all commits
where the issue was modified.

Examples:
bd history bd-123           # Show all history for issue bd-123
bd history bd-123 --limit 5 # Show last 5 changes
bd history bd-123 --events  # Show database audit events

```
bd history <id> [flags]
```

**Flags:**

```
      --events      Show database audit events instead of commit snapshots
      --limit int   Limit number of history entries (0 = all)
```
