Skip to main content
Version: Next

bd ping

Generated from bd help --doc ping

bd ping

Lightweight health check that confirms bd can reach its database.

Steps:

  1. Resolve the .beads workspace
  2. Open the store (embedded or server)
  3. Run a trivial query (issue count)
  4. Report timing

Exit 0 on success, exit 1 on failure.

Examples: bd ping # Quick connectivity check bd ping --json # Structured output for automation

bd ping