How to push and pull in source tracked sandboxes

Issue #1676 resolved
Pranay Jaiswal created an issue

With Summer 20, we can now source track sandboxes. Any way to push and pull in sandboxes?

https://releasenotes.docs.salesforce.com/en-us/summer20/release-notes/rn_sandboxes_source_tracking.htm

Comments (3)

  1. Scott Wells repo owner

    IC doesn't yet support source-tracked sandboxes. It's something I'll look into this week most likely.

  2. Scott Wells repo owner

    FYI, I've now implemented this and am in the process of testing it. It won't go into the next build because I'm going to be out of pocket most of next week. However, if you're interested I can post a build with it here for you (and anyone else who is interested) to try out and provide feedback. Otherwise I'll likely release it week-after-next.

  3. Scott Wells repo owner

    Delivered in 2.1.3.5:

    Issue 1676 - Added support for push/pull against source-tracked sandboxes. To enable this behavior for a sandbox, check Use push/pull instead of deploy/retrieve/delete in the sandbox org's connection settings. When enabled, the sandbox will behave exactly like a scratch org with push and pull as the default behavior for metadata operations (including deploy-on-save) and raw deploy/retrieve/delete operations available as explicitly-invoked actions. The environment variable SFDX_ENABLE_MULTIUDX is automatically set to true for all push/pull operations against source-tracked sandboxes.

  4. Log in to comment