VS Code Build Tasks for SalesforceSetupPress Then, press 1) Commands to sync Local vs Org via Source Tracking▶️ sfDeploy ➡ DepIdentifies changes in your local and pushes them to Org. ⏩ sfDeployIgnoreConflicts ➡ DiIdentifies changes in your local and pushes them to Org, ignoring conflicts. ◀️ sfRetrieve ➡ RetriIdentifies changes in Org and brings them to your local. ⏪ sfRetrieveIgnoreConflicts ➡ RigIdentifies changes in Org and brings them to your local, ignoring conflicts. 👀 sfDeployPreview ➡ DpDisplays changes in your local that are not synced with the Org. 👀 sfRetrievePreview ➡ RpDisplays changes in the Org that are not synced with your local. ❌ sfDeleteTracking ➡ DelDeletes all tracking:
Example usage:
♻️ sfResetTracking ➡ ResResets tracking:
Example of use:
2) Other useful shortcuts🧻 sfLogTail debug ➡ LodCreates a log file that stays "alive", recording all operations performed in the Org.
🧻 sfLogTail full ➡ LofSame functionality as the sfLogTail debug command, but brings the full log, without filters. 🧪 sfRunLocalTests ➡ TapRuns all tests in the org. Ideal for use before and after development, helping to maintain 100% successful tests. Shows only failed tests. |