Uses of Class
com.cloudforge.core.config.DeploymentConfig
Packages that use DeploymentConfig
-
Uses of DeploymentConfig in com.cloudforge.core.config
Methods in com.cloudforge.core.config that return DeploymentConfigModifier and TypeMethodDescriptionstatic DeploymentConfigLoad DeploymentConfig from a JSON file path string.static DeploymentConfigLoad DeploymentConfig from a JSON file (e.g., deployment-context.json).static DeploymentConfigLoad DeploymentConfig from a JSON string.static DeploymentConfigLoad DeploymentConfig from a Map (e.g., CDK context).Methods in com.cloudforge.core.config with parameters of type DeploymentConfigModifier and TypeMethodDescriptionvoidInteractivePrompter.promptForCategory(DeploymentConfig config, ApplicationSpec appSpec, String category) Prompts for fields in a specific category.voidInteractivePrompter.promptForConfiguration(DeploymentConfig config, ApplicationSpec appSpec) Prompts for all visible configuration fields.