Configuration
Config File Location
The default configuration file is located at ~/.config/kodo/config.json.
You can specify a different path using:
- The
--configoption:kodo --config /path/to/config.json - The
KODO_CONFIGenvironment variable
Config File Structure
Repository Configuration
Each repository in the repositories array can have the following fields:
Default Settings
The defaults object configures default behavior:
JSON Schema
The config file supports JSON Schema validation. Add the $schema field to enable editor autocompletion and validation:
Managing Repositories
Instead of manually editing the config file, you can use CLI commands: