1.0.49 • Published 3 years ago

sfdx-git-deploy v1.0.49

Weekly downloads
46
License
MIT
Repository
github
Last release
3 years ago

sfdx-git-deploy

sfdx plugin to deploy latest changes to sandbox

The idea behind this is to be able to get the files that changed comparing a base branch and deploy to a specified sandbox.

The local working copy must be tracked in a git repo.

So, let's say we are working on a dev sandbox in a feature branch called XYZ. We should be in the root of the project in branch XYZ and we enter this in the command line:

sfdx git:code:deploy -b master -u devOrgPersonal -d config/deploy

This would use git diff to compare what changed in branch XYZ against master branch, if there is any changed files it will put them in the specified path (in this case config/deploy) and the use sfdx force:source:deploy to the specified sandbox.

On top of this, it will do a check with git ls-files to get any new untracked file and put them in the same folder. Useful for cases that there is a new file but hasn't been pushed to the repo yet.

To install:

sfdx plugins:install sfdx-git-deploy

1.0.49

3 years ago

1.0.47

3 years ago

1.0.46

3 years ago

1.0.45

3 years ago

1.0.44

3 years ago

1.0.43

3 years ago

1.0.42

3 years ago

1.0.41

3 years ago

1.0.40

3 years ago

1.0.39

3 years ago

1.0.38

3 years ago

1.0.37

3 years ago

1.0.36

3 years ago

1.0.35

3 years ago

1.0.33

3 years ago

1.0.34

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.25

4 years ago

1.0.21

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago