Skip to content
Simon Jahreiß edited this page Nov 1, 2016 · 4 revisions

This page describes how to use the plugin, after you configured your environments as specified in Configuration.

Tasks

The following table contains all available tasks:

Task name Depends on Type Parameters Description

deployAll

-

DeployAllTask

-

Deploys all environments defined in your build script.

deploy

-

DeployTask

environmentId

Deploys the environment with the specified id (environmentId).

deleteAll

-

DeleteAllTask

-

Deletes all environments defined in your build script.

delete

-

DeleteTask

environmentId

Deletes the environment with the specified id (environmentId).

Logging

Use -i or --info when calling one of the tasks to get more logging output.

gradle deployAll -i