forcedotcom / devops-center-feedback

61 stars 2 forks source link

VCS source of truth for sandbox-based development : initial source:push to sandbox #243

Open RupertBarrow opened 1 year ago

RupertBarrow commented 1 year ago

Is your feature request related to a problem? Please describe. see post here : https://trailhead.salesforce.com/fr/trailblazer-community/feed/0D54S00000MgylxSAB I need to initialize a development sandbox from the source of truth, i.e. my VCS (Github), especially now that SFDX CLI offers the possibility to replace metadata on the fly when source:deploy/push-ing to an org.

Describe the solution you'd like I would like the option to "refresh" a sandbox, not from a "sync" operation from a sandbox further down the pipeline, but from a deploy/push operation (complete or partial) from the VSC Github source of truth. This would be a button in DevOps Center to start a deploy/push operation from the VCS Work Item branch into the sandbox.

Additional context