pub async fn plan(
settings: &Settings,
client: &Client,
executor: &DeploymentExecutor<'_>,
planned_project: &Project,
apply_plan: &mut ApplyPlan,
) -> Result<ApplyResult, CliError>Expand description
Plan secret changes without executing or printing.