pub fn resolve_setup_scope_with_bundle(
tenant: String,
team: Option<String>,
env: String,
loaded: &LoadedAnswers,
bundle_dir: &Path,
) -> (String, Option<String>, String)Expand description
Like resolve_setup_scope but also checks the bundle’s tenants/ directory
for existing tenants when the CLI value is still the default.