Skip to main content

morphir kb refresh

  • Usage: morphir kb refresh [FLAGS] <SUBCOMMAND>

Bring derived state — markdown indexes and the SQLite index — back in line

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 the SQLite index even when it is already up to date

  • --add-missing — Append index entries for concepts no index links to

  • --section <SECTION> — Index section to append missing entries under

    Default: Orientation

  • --no-markdown — Skip the markdown indexes — same as kb refresh db

  • --no-db — Skip the SQLite index — same as kb refresh markdown

  • --db <DB> — Database path (default: .dev/kb/index.db under the repository root)

Subcommands