pub async fn run_init_preflight<R: CommandRunner>(
stripe: &StripeProjects<R>,
stack_name: &str,
) -> Result<(), ProjectsError>Expand description
Run init --preflight before project creation so auth/eligibility blockers
surface once instead of mid-init. Uses the same consent flags as real init.