Skip to main content

plan_push

Function plan_push 

Source
pub async fn plan_push(
    t: &Transport,
    dir: &Path,
    selectors: &[String],
    tag: Option<&str>,
    source: RuleSource,
    identity: &StackIdentity,
) -> Result<PushPlan>
Expand description

Compute the push preview and dry-run report without mutating the stack, scoped by source. The custom/all default lives on the clap flag, where --help shows it (spec 5.5).