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 underDefault:
Orientation -
--no-markdown— Skip the markdown indexes — same askb refresh db -
--no-db— Skip the SQLite index — same askb refresh markdown -
--db <DB>— Database path (default: .dev/kb/index.db under the repository root)