Skip to main content

Module platform_setup

Module platform_setup 

Source
Expand description

Bundle-level platform setup types and static routes policy handling.

Structs§

PlatformSetupAnswers
Platform-level setup answers containing static routes, deployment targets, and tunnel configuration.
StaticRoutesAnswers
User-provided answers for static routes configuration.
StaticRoutesPolicy
Normalized static routes policy after validation.
TunnelAnswers
Tunnel configuration for local development.

Functions§

load_effective_static_routes_defaults
Load effective static routes defaults, merging artifact and runtime data.
load_runtime_public_base_url
Load public base URL from runtime endpoints file.
load_static_routes_artifact
Load static routes policy from the bundle artifact file.
load_tunnel_artifact
Load tunnel answers from the bundle artifact file.
persist_static_routes_artifact
Persist static routes policy to the bundle artifact file.
persist_tunnel_artifact
Persist tunnel answers to the bundle artifact file.
prompt_static_routes_policy
Prompt user for static routes policy configuration.
prompt_static_routes_policy_with_answers
Prompt user for static routes policy with existing answers merged.
prompt_tunnel_mode
Prompt for tunnel mode when no deployer packs are present.
static_routes_artifact_path
Get the path to the static routes artifact file.
tunnel_artifact_path
Get the path to the tunnel configuration artifact file.