Expand description
Bundle-level platform setup types and static routes policy handling.
Structs§
- Platform
Setup Answers - Platform-level setup answers containing static routes, deployment targets, and tunnel configuration.
- Static
Routes Answers - User-provided answers for static routes configuration.
- Static
Routes Policy - Normalized static routes policy after validation.
- Tunnel
Answers - 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.