DeploymentTarget

data class DeploymentTarget(val config: DeploymentTargetConfig, val imports: List<DeploymentTargetImport>? = null)

Constructors

Link copied to clipboard
constructor(config: DeploymentTargetConfig, imports: List<DeploymentTargetImport>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The root configuration file to use for this deployment. Structure is documented below.

Link copied to clipboard

Specifies import files for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template. Structure is documented below.