Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

target_zip

Marcel Kloubert edited this page Nov 1, 2017 · 12 revisions

Home >> Targets >> zip

ZIP files

Deploys to a ZIP file.

Demo ZIP

{
    "deploy": {
        "targets": [
            {
                "type": "zip",
                "name": "My ZIP file",
                "description": "Create a ZIP file in a target directory",

                "open": false,
                "target": "E:/test"
            }
        ]
    }
}
Name Description
checkBeforeDeploy Check for newer files before a deployment starts or not. Default: (false)
fileName* The custom filename to use. Otherwise an automatic filename is generated.
open Open file after is been created or not. Default: (true)
target* The target directory of the new ZIP file. Default: ./
transformer* The path to the script that transforms data before it is saved / after it has been extracted.
transformerOptions Optional data for the transformer script.

* supports placeholders

Clone this wiki locally