rlsbl.commands.config

Config command: show resolved project configuration and manage config migrations.

Functions

run_cmd

def run_cmd(registry, args, flags)

Dispatch to subcommand or print help if no subcommand given.

_cmd_init

def _cmd_init(flags)

Scaffold config migration infrastructure.

_cmd_migrate

def _cmd_migrate(flags)

Run pending config migrations.

_cmd_status

def _cmd_status(flags)

Show config migration status.

_show_config

def _show_config(registry, flags)

Show resolved project configuration (original behavior).