2.1.3.5 release notes

Post date: Aug 12, 2020 3:32:6 PM

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.

  • Similarly, added support for deploy/retrieve/delete as the optional default behavior against scratch orgs. To enable this behavior for a scratch org, check Use push/pull instead of deploy/retrieve/delete in the scratch org's connection settings. When enabled, the scratch will behave exactly like an OAuth org with raw deploy/retrieve/delete as the default behavior for metadata operations (including deploy-on-save).

  • Removed the Salesforce DX > Allow deploy/retrieve/delete operations against scratch orgs configuration option. That behavior is now always enabled.