Class DeploymentContextPreparer
java.lang.Object
com.cloudforge.core.config.DeploymentContextPreparer
Fills missing
DeploymentConfig fields from ApplicationSpec, property files,
and auth/domain coherence rules — mirroring the interactive deployer when loading
a partial deployment-context.json.- Since:
- 3.3.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordMessages describing defaults applied or auth coercions performed. -
Method Summary
Modifier and TypeMethodDescriptionprepare(DeploymentConfig config, ApplicationSpec spec, String deploymentTarget) Prepare configuration for synthesis or deployment.
-
Method Details
-
prepare
public static DeploymentContextPreparer.PrepareResult prepare(DeploymentConfig config, ApplicationSpec spec, String deploymentTarget) Prepare configuration for synthesis or deployment.- Parameters:
config- deployment context (mutated in place)spec- application spec (falls back toconfig.applicationSpec)deploymentTarget-aws,ministack,localstack, ornull
-