Skip to main content

cmd_push

Function cmd_push 

Source
pub async fn cmd_push(
    cli: &Cli,
    remote: Option<String>,
    thread: Option<String>,
    state: Option<String>,
    force: bool,
    all_threads: bool,
    insecure: bool,
    dry_run: bool,
) -> Result<()>
Expand description

Execute push command.

Pure orchestration (plan_push) runs first; network / git I/O bodies stay in this module and consume plan fields.