Fix Paths Command
Ensure that all local paths match configured naming.
kbc local fix-paths [flags]The command unifies names of configurations, rows, and other directories based on configured naming.
For example, if the configuration name in meta.json changes, this command renames the directory by that name.
It is run automatically after pull.
Options
Section titled “Options”--dry-run
: Preview all paths that would be affected
Examples
Section titled “Examples”When you have a config and rename it in its meta.json, run the command afterwards. It will rename the directory:
➜ kbc fix-paths --dry-runPlan for "rename" operation: - main/extractor/ex-generic-v2/{wiki-001 -> wiki-2}Dry run, nothing changed.Fix paths done.