Closed geoffswift closed 2 weeks ago
Hello @geoffswift :wave: None of the versions of sf
you shared match the latest release.
Shared: 2.63.7
Latest: 2.63.8
Update to the latest version of Salesforce CLI (docs) and confirm that you're still seeing your issue.
You can also try the rc
and nightly
releases! (docs)
After updating, share the full output of sf version --verbose --json
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.
This issue has not received a response in 7 days. It will auto-close in 7 days unless a response is posted.
This issue has not received a response in 7 days. It will auto-close in 7 days unless a response is posted.
hey, sorry for the late reply.
I don't think this will be possible, source-tracking relies on the local project/shadow git repo to get local state info (see file moves for example).
there's also some specific checks for types like bundles: https://github.com/forcedotcom/source-tracking/blob/23350966ab00e58aba4d35d265e07d246b396c52/src/sourceTracking.ts#L466C1-L477C8
Hello @geoffswift :wave: None of the versions of sf
you shared match the latest release.
Shared: 2.63.7
Latest: 2.66.7
Update to the latest version of Salesforce CLI (docs) and confirm that you're still seeing your issue.
You can also try the rc
and nightly
releases! (docs)
After updating, share the full output of sf version --verbose --json
Summary
Source tracking updated with current code on file system, rather than what was actually deployed.
Steps To Reproduce
sf
reports there is nothing to pushThe org is updated with the code changes from step 2, but source tracking reflects stage 3.
Expected result
Changes made after the push started should be ignored when updating source tracking.
Actual result
Source tracking is out of sync with the org.