Skip to main content
Federico Giust (Aquiva Labs Inc.) 님이 Salesforce DX에 글을 올렸습니다

Hi guys! Just made a small SFDX plugin to deploy files changed to a sandbox.

In case you are interested, any feedback is welcome

https://github.com/fedegiust/sfdx-git-deploy

댓글 4개
  1. 2019년 9월 4일 오후 5:06
    @Stephen Wood

    Potentially you could use this plugin, as long as you have the production code on a branch and what you need to deploy on a different branch.

    For example:

    - Authorize in SFDX the production org

    - Download the code and put it in a branch in the repo

    - Then from the folder where you have the sandbox code and in the branch that needs to be deployed you could run the plugin to get the diff between your branch and the production branch and deploy.

    Haven't tested against a production org. So far we've used it to deploy to a QA sandbox.

0/9000