dryRun | 1.0 | | A simple flag to populate the source, but without actually deploying to the
target. |
excludes | 1.0 | | Strings to match in app file names for exclusion. If empty, nothing is
excluded. Suffix searches are supported by appending the dollar character
($) to the include string. |
includes | 1.0 | | Strings to match in app file names for inclusion. If empty, everything is
included. Suffix searches are supported by appending the dollar character
($) to the include string. |
password | 1.0 | | The password of the user to authenticate to the remote server. |
serverId | 1.0 | | The identifier for the server to fetch credentials in case
username or password are not set explicitly. The
credentials are used to connect to the REST API of the remote server. |
serverUrl | 1.0 | | The base server URL to locate services. This value is required, and is
probably set via a profile in case more than one environment is targeted.
Per convention, profiles containing a environment specific configuration,
do not contain lower case letters. |
settingsSecurityLocation | 1.0 | | The location of the settings-security.xml . |
skip | 1.0 | | A simple flag to skip the deployment process. |
sourceFolder | 1.0 | | The folder with application files to process. |
timeoutMs | 1.0 | | The timeout in milliseconds for any connection issues accessing the remote
service. |
tokenServicePath | 1.0 | | The path to a service to fetch a token on the server. |
username | 1.0 | | The name of the user to authenticate to the remote server. |
verbose | 1.0 | | A simple flag to log verbosely. |