DeployJob - setDeployJobOverwriteReadOnlyFiles
DeployJob - setDeployJobOverwriteReadOnlyFiles
Description :
This command sets the Overwrite Read-Only Files flag on a Deploy Job.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
jobDBKey | DBKey | Handle to the Deploy Job. |
overWrite | Boolean | True to indicate that the Deploy Job should Overwrite Read-Only Files, false otherwise. |
Example
The following example specifies that the Overwrite Read-Only Files flag for the Deploy Job is set to true.
Script
JOB_KEY=`blcli DeployJob [getDBKeyByGroupAndName|DeployJob - getDBKeyByGroupAndName] /deploys deployconfig`
DeployJob setDeployJobOverwriteReadOnlyFiles $JOB_KEY true
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*