Skip to main content

apply_cmd

Function apply_cmd 

Source
pub fn apply_cmd(
    workspace: Option<PathBuf>,
    fake: bool,
    reason: Option<String>,
) -> ExitCode
Expand description

djogi migrations apply entry point.

Discovers pending JSON files under target/djogi_pending/, loads the committed replay plan for each, and drives djogi::migrate::apply_plan through the library runner with full crash recovery via the ledger state machine.