sfdx-git-delta
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "sfdx-git-delta", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Generate the sfdx content in source format and destructive change from two git commits", | ||
@@ -5,0 +5,0 @@ "keyword": [ |
@@ -47,3 +47,3 @@ # sfdx-git-delta | ||
sgp({ | ||
sgd({ | ||
'to':'', // commit sha to where the diff is done. Default : HEAD | ||
@@ -50,0 +50,0 @@ 'from':'', // commit sha from where the diff is done. Default : git rev-list --max-parents=0 HEAD |