Skip to content

Commit 5781998

Browse files
Update README with some missing DIFF notes.
1 parent 56be28f commit 5781998

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Diff for: README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SFCC Cartridge Diff Tool
44
---
55

6-
> Command Line Tool for Salesforce Commerce Cloud Cartridge Compare
6+
> Command Line Tool for Salesforce Commerce Cloud Cartridge Compare. SFCC Cartridge Diff Tool. Working with SFCC Cartridge overrides just got easier: Compare client cartridge against other cartridges, Generate diffs between override files & Filter using local git changes.
77
88
![demo](https://red-van-workshop.s3.us-east-1.amazonaws.com/sfcc-cartridge-diff.gif?v=1.1.0)
99

@@ -109,13 +109,17 @@ sfcc-diff -c app_client_name -j
109109

110110
#### Comparing Client Cartridge to Specific Cartridge and Generate Diff:
111111

112+
> Want to actually see the changes between cartridge files? Just pass in a the Diff option and it will render it in your terminal window.
113+
112114
```bash
113115
sfcc-diff --cartridge app_client_name --include storefront-reference-architecture --diff
114-
sfcc-diff -c app_client_name -i storefront-reference-architecture -d ksdiff
116+
sfcc-diff -c app_client_name -i storefront-reference-architecture -d
115117
```
116118

117119
#### Comparing Client Cartridge to Specific Cartridge and Generate Diff in External App:
118120

121+
> Want to use an existing Diff Tool to generate the diff instead of displaying it in your terminal window? Just pass in the name of a tool you already have configured with git.
122+
119123
```bash
120124
sfcc-diff --cartridge app_client_name --include storefront-reference-architecture --diff=ksdiff
121125
sfcc-diff -c app_client_name -i storefront-reference-architecture -d ksdiff

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sfcc-cartridge-diff",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "SFCC Cartridge Diff Tool",
55
"homepage": "https://github.com/redvanworkshop/sfcc-cartridge-diff#readme",
66
"license": "MIT",

0 commit comments

Comments
 (0)