You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `serverUrl` | The URL of the Digital.ai Deploy server. | Yes | |
50
-
| `username` | The username for authenticating with Digital.ai Deploy. | Yes | |
51
-
| `password` | The password for authenticating with Digital.ai Deploy. | Yes | |
52
-
| `action` | Action to perform: create, publish, deploy. <br/>Supported actions are:<br/>`create_publish`, `publish_deploy`, `create_publish_deploy`. | No | `create_publish_deploy` |
53
-
| `manifestPath` | The path to the deployit-manifest.xml file. <br/>Example: `/deployit-manifest.xml`| Yes | |
54
-
| `outputPath` | The path for storing the newly created DAR package. <br/>Example: `/outputdar`| Yes | |
55
-
| `packageName` | Optional. The name of the newly created DAR package. <br/>Example: `appForAction-1.0.dar`| No | `package.dar` |
56
-
| `versionNumber` | Optional. Specify a version number to set in your manifest file. <br/>Example: `1.0`| No | |
57
-
| `darPackagePath`| The path to the DAR package. Mandatory for publish_deploy action. <br/>Example: `/dar/appForAction-1.0.dar`| Yes* | |
58
-
| `environmentId` | ID of the target environment in Digital.ai Deploy. <br/> Mandatory for `publish_deploy`, `create_publish_deploy` action. <br/> Example: `Environments/envForAction`| Yes* | |
59
-
| `rollback` | Optional. Invoke a rollback in case of deployment failure. <br/>Example: `true`| no | `false` |
| `serverUrl` | The URL of the Digital.ai Deploy server. | Yes | |
50
+
| `username` | The username for authenticating with Digital.ai Deploy. | Yes | |
51
+
| `password` | The password for authenticating with Digital.ai Deploy. | Yes | |
52
+
| `action` | Action to perform: create, publish, deploy. <br/>Supported actions are:<br/>`create_publish`, `publish_deploy`, `create_publish_deploy`. | No | `create_publish_deploy` |
53
+
| `manifestPath` | The path to the deployit-manifest.xml file. <br/> It mandatory for `create_publish`, `create_publish_deploy` action. <br/>Example: `/deployit-manifest.xml`| Yes | |
54
+
| `outputPath` | The path for storing the newly created DAR package. <br/> It mandatory for `create_publish`, `create_publish_deploy` action. <br/>Example: `/outputdar`| Yes | |
55
+
| `packageName` | Optional. The name of the newly created DAR package. <br/>Example: `appForAction-1.0.dar`| No | `package.dar` |
56
+
| `versionNumber` | Optional. Specify a version number to set in your manifest file. <br/>Example: `1.0`| No | |
57
+
| `darPackagePath`| The path to the DAR package. <br/> It mandatory for `publish_deploy` action. <br/>Example: `/dar/appForAction-1.0.dar`| Yes* | |
58
+
| `environmentId` | ID of the target environment in Digital.ai Deploy. <br/> It mandatory for `publish_deploy`, `create_publish_deploy` action. <br/> Example: `Environments/envForAction`| Yes* | |
59
+
| `rollback` | Optional. Invoke a rollback in case of deployment failure. <br/>Example: `true`| no | `false` |
0 commit comments