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

target_test

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

Home >> Targets >> test

Test / mock

A mock deployer that only displays what files would be deployed.

This is a good tool to check package configuration.

{
    "deploy": {
        "targets": [
            {
                "type": "test",
                "name": "My test target",
                "description": "A test target"
            }
        ]
    }
}
Name Description
checkBeforeDeploy Check for newer files before a deployment starts or not. Default: (false)
transformer* The path to the script that transforms data before it is handled.
transformerOptions Optional data for the transformer script.

* supports placeholders

Clone this wiki locally