mix llm_core.config.show (llm_core v0.3.0)

Copy Markdown View Source

Displays llm_core configuration loaded from llm_core.toml (merged with overrides).

Examples

mix llm_core.config.show --section providers
mix llm_core.config.show --section routing --json

Options:

  • --section - one of providers, routing, memory, telemetry, raw (default summary)
  • --provider - filter providers/aliases when section=providers
  • --json - emit JSON instead of pretty text
  • --path - override config file path (defaults to project config)