-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sf project deploy report missing deleted files #2602
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
@quinnpatrick Thanks for posting your issue. I tried replicating it with the following steps and sf v2.20.6:
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>MyCustomObject__c</members>
<name>CustomObject</name>
</types>
</Package>
The output for
And then the output for
Are you able to provide more specific reproduction steps for us? If possible, it would be most helpful if you can also create a github repo that contains a bare minimum salesforce project that replicates the issue. Thanks! |
I followed your directions, and got the same result as you (deleted source included). |
This will be the same issue as #2603 Thanks @quinnpatrick |
Summary
The "sf project deploy report" does not list deleted files. When using the default format they are not listed. If I use the --json option they are listed.
Steps To Reproduce
Create a "dry-run" deployment with a post-destructive-changes file.
After completion run the deployment reports.
Expected result
Objects that were in the post-destructive-changes to be included in the Validated Source section of the default format (text).
Actual result
Example:
Text result: (War...ImportEXC.cls was deleted but missing from the report)
Json result:(War...ImportEXC.cls was deleted and included on the report)
System Information
Which shell or terminal are you using? bash - via Code Builder
The text was updated successfully, but these errors were encountered: