Skip to main content

collect_network_endpoint_env_vars

Function collect_network_endpoint_env_vars 

Source
pub fn collect_network_endpoint_env_vars(
    network_endpoints: &[NetworkEndpointInfo],
) -> Vec<DeploymentSecretInput>
Expand description

Interactive prompt to offer network connection details as env vars.

Shows discovered network info and lets the user select which to inject. Returns DeploymentSecretInput entries with is_secret: false (network identifiers are infrastructure metadata, not secrets).