Make force:source:status / pull compatible with multiple users in same org #2259
jonathanwiesel
started this conversation in
Ideas
Replies: 2 comments
-
Thank you for filing this feature request. We appreciate your feedback and will review the feature at our next grooming or sprint planning session. We prioritize feature requests with more upvotes and comments. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue has been linked to a new work item: W-9619564 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
With new Sandbox Source Tracking capabilities there's the ability the easily determine differences between local and remote metadata, however there are scenarios where an environment could have many developer "touching" at the same time with the intention of each to manage their own changes.
Taking into account that under the hood this mechanisms are using the SourceMember object, which also exposes the
ChangeBy
field, it would be great if we could optionally filter to a specific user changes, not all changes in the org.What are you trying to do
Make sandbox source tracking more flexible for teams working in the same environment
Describe the solution you'd like
The
force:source:status
andforce:source:pull
commands could have a flag to only filter the changes for a particular username. This would imply that the VSCode extension will also need to support this to for no-CLI adepts.Describe alternatives you've considered
Managing this information directly via tooling API or building a custom sfdx plugin based on the original functionality that manages the filtering, but would be best that it would be part of the core since it would grant flexibility so more people can adopt it, never to impose a particular way of working.
Beta Was this translation helpful? Give feedback.
All reactions