Skip to main content

execute_compose

Function execute_compose 

Source
pub async fn execute_compose(
    snapshot: &ComposeSnapshot,
    plan: &ComposeExecutablePlan,
    config: &CommitConfig,
    args: &Args,
    base_state: &ComposeBaseState,
) -> Result<Vec<String>>