async fn generate_deployment_plan(
client: &Client,
deploy_id: &str,
apply_state: ApplyState,
force: bool,
) -> Result<DeploymentPlan, CliError>Expand description
Build a complete deployment plan by querying the database once for all data.