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
Gearset and Copado provide a visual interface that clearly shows newly added, modified, and deleted metadata components between the local project and a Salesforce org. This is extremely helpful for keeping version control clean and in sync with org changes, especially in admin-driven environments.
Use Case:
As an admin or developer, I frequently need to pull changes made directly in the org — such as updates to Permission Sets, Layouts, or FlexiPages. I want to:
Pull down metadata only if it has changed
Currently, using commands like sfdx force:source:pull or sfdx force:source:retrieve, there is no indication when metadata has been deleted in the org. The command simply returns nothing, making it difficult to identify and clean up stale files in the local repo.
Feature Request:
It would be extremely helpful to have a CLI-based feature that can:
Compare metadata between the local project and a target org
Clearly report what has been added, changed, or deleted