Skip to content

deploy-params

lzc-deploy-params.yml is a configuration file for developers to define installation parameters. This document will describe its structure and the meaning of each field in detail.

DeployParams

Field NameTypeDescription
params[]DeployParamList of deployment parameters defined by developers
localesmapInternationalization related

DeployParam

Field NameTypeDescription
idstringUnique ID within the application, for internationalization and reference in manifest.yml
typestringField type, currently supports bool, lzc_uid, string
namestringName when rendering the field, supports internationalization
descriptionstringDetailed description when rendering the field, supports internationalization
optionalboolWhether this field is optional. If optional, users will not be forced to fill it in. If all fields are optional, the deployment interface will be skipped directly
default_valuestringDefault value provided by the developer
hiddenboolField still takes effect, but is not rendered in the interface