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

target_zip

Marcel Kloubert edited this page Jan 8, 2018 · 3 revisions

Home >> Targets >> zip

ZIP files

Deploys to a ZIP file.

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

                "open": false,
                "dir": "E:/test"
            }
        ]
    }
}
Name Description
dir* The target directory of the new ZIP file. Relative paths will be mapped to the root directory of the underlying workspace. Default: ./out
fileName* The custom filename to use. Otherwise an automatic filename is generated.
open Open file after is been created or not. Default: (true)

* supports placeholders

Clone this wiki locally