Skip to content
Keboola Docs

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.

--dry-run : Preview all paths that would be affected

Global Options

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-run
Plan for "rename" operation:
- main/extractor/ex-generic-v2/{wiki-001 -> wiki-2}
Dry run, nothing changed.
Fix paths done.
Ask Kai

Ask anything about Keboola — I'll search the docs and cite the pages I use.