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

target_test

Marcel Kloubert edited this page Dec 9, 2017 · 1 revision

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.reloaded": {
        "targets": [
            {
                "type": "test",
                "name": "My test target",
                "description": "A test target"
            }
        ]
    }
}
Clone this wiki locally