Class CloudForgeDeployment

java.lang.Object
com.cloudforgeci.api.deploy.CloudForgeDeployment

public final class CloudForgeDeployment extends Object
Central deploy façade for MiniStack, LocalStack, and (as of the deploy:create/ deploy:catalog work) direct-to-AWS.

The AWS case is deliberately the simplest of the three: no template adaptation (real ALB/ Route53 need no local port-remapping), no LocalSameApplicationStackReplacer (auto- deleting a caller's other AWS stacks on redeploy is a MiniStack/LocalStack local-resource convenience, not a safe default against real infrastructure — #replaceSameApplication() is ignored for this target), no emulator-edge reconciliation. See AwsDirectDeployer for the actual CloudFormation mechanics and the CloudForge stack tagging every AWS deploy applies.