Skip to main content

morphir kb refresh db

  • Usage: morphir kb refresh db [FLAGS]

Rebuild the SQLite index only — same as kb refresh --no-markdown

Flags

  • --kb <PATH> — Path to the knowledge base root (the directory holding bundles/). Auto-detected when omitted
  • --json — Emit JSON instead of text, for chaining and for agent consumption
  • --dry-run — Report what would change without writing anything
  • --force — Rebuild even when the index is already up to date
  • --db <DB> — Database path (default: .dev/kb/index.db under the repository root)