This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
target_app
Marcel Kloubert edited this page May 27, 2017
·
11 revisions
Deploys to an app, like a script or executable, on the local machine.
{
"deploy": {
"targets": [
{
"type": "app",
"name": "My App",
"description": "An app to call",
"app": "E:/test/deploy.cmd",
"arguments": ["a", "b", "c"]
}
]
}
}
Name | Description |
---|---|
app *
|
The path to the app. |
arguments |
One or more arguments for the execution which are added BEFORE the list of files are submitted to the app. |
envVars |
An object that defines environment variables for the new process by properties. |
noPlaceholdersForTheseVars |
Defines a list of one or more environment variables that should NOT use [[placeholders |
runInTerminal |
Run in integrated terminal or not. Default: (false)
|
separator |
The separator for the file list. Default:
|
submitFileList |
Indicates if file list should be submitted to the app as arguments or not. Default: (true)
|
runInTerminal |
Run in integrated terminal or not. Default: (false)
|
useEnvVarsOfWorkspace |
Also use environment variables of the process of current workspace or not. Default: (false)
|
* supports placeholders