Skip to main content
Version: Next

bd info

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