Back to Beads

bd info

website/versioned_docs/version-1.0.0/cli-reference/info.md

1.0.4815 B
Original Source
<!-- AUTO-GENERATED: do not edit manually -->

Generated from bd help --doc info

bd info

Display information about the current database.

This command helps debug issues where bd is using an unexpected database. It shows:

  • The absolute path to the database file
  • Database statistics (issue count)
  • Schema information (with --schema flag)
  • What's new in recent versions (with --whats-new flag)

Examples: bd info bd info --json bd info --schema --json bd info --whats-new bd info --whats-new --json bd info --thanks

bd info [flags]

Flags:

      --json        Output in JSON format
      --schema      Include schema information in output
      --thanks      Show thank you page for contributors
      --whats-new   Show agent-relevant changes from recent versions