pub fn collect_service_endpoint_env_vars(
endpoints: &[AvailableServiceEndpoint],
) -> Vec<DeploymentSecretInput>Expand description
Interactive prompt to link deployed service URLs as env vars.
Shows available endpoints, lets the user select which to link, and
prompts for each env var name. Returns DeploymentSecretInput entries
with is_secret: false (URLs are not secrets).