Skip to content

Config Commands¤

Module: artifex.generative_models.core.cli.config_commands

Source: src/artifex/generative_models/core/cli/config_commands.py

Overview¤

Reusable CLI functions for the retained typed config wrapper.

The module deliberately works with:

  • typed config templates exposed through template_manager
  • supported typed config documents under the Artifex config runtime

It deliberately does not bless arbitrary YAML mappings or dead bundled template files.

Functions¤

create_config¤

def create_config()

diff_config¤

def diff_config()

get_config¤

def get_config()

get_config_registry¤

def get_config_registry()

list_configs¤

def list_configs()

show_config¤

def show_config()

validate_config_file¤

def validate_config_file()

version_config¤

def version_config()

Module Statistics¤

  • Classes: 0
  • Functions: 8
  • Imports: 13