pub async fn launch(
bundle_path: &Path,
tenant: &str,
team: Option<&str>,
env: &str,
advanced: bool,
locale: Option<&str>,
prefill_answers: Option<Map<String, Value>>,
) -> Result<()>Expand description
Launch the setup UI server and open in browser.
When prefill_answers is provided (from --answers file), the values are
injected into the UI as pre-filled form values so the user can review and
edit before executing.