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
Copy file name to clipboardExpand all lines: messages/deploy.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@
29
29
"validateDeployRequestId": "deploy request ID of the validated deployment to run a Quick Deploy",
30
30
"soapDeploy": "deploy metadata with SOAP API instead of REST API",
31
31
"predestructivechanges": "file path for a manifest (destructiveChangesPre.xml) of components to delete before the deploy",
32
-
"postdestructivechanges": "file path for a manifest (destructiveChangesPost.xml) of components to delete after the deploy"
32
+
"postdestructivechanges": "file path for a manifest (destructiveChangesPost.xml) of components to delete after the deploy",
33
+
"purgeOnDelete": "the deleted components in the destructiveChanges.xml manifest file aren't stored in the Recycle Bin. Instead, they become immediately eligible for deletion."
Copy file name to clipboardExpand all lines: messages/md.deploy.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
"validatedDeployRequestId": "request ID of the validated deployment to run a Quick Deploy",
27
27
"singlePackage": "Indicates that the zip file points to a directory structure for a single package",
28
28
"soapDeploy": "deploy metadata with SOAP API instead of REST API",
29
+
"purgeOnDelete": "specify that deleted components in the destructive changes manifest file are immediately eligible for deletion rather than being stored in the Recycle Bin",
29
30
"concise": "omit success messages for smaller JSON output"
0 commit comments