pub async fn plan_push(
t: &Transport,
dir: &Path,
selectors: &[String],
tag: Option<&str>,
search: 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).