Skip to main content

Module config

Module config 

Source
Expand description

Configuration file support for the CVKG CLI.

Reads settings from .cvkg.toml (or paths specified by CVKG_CONFIG env var) and merges them with CLI flags (CLI > env > file).

Structsยง

CliConfig
CLI configuration that can be set via config file, env vars, or CLI flags.