You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Got an idea for a new feature? We'd love to hear it! In order to get this knocked out, we will need a few things from you.
30
30
31
-
1. Create a [New Feature Request](https://github.com/redvanworkshop/sfcc-cartridge-diff/issues/new?labels=Feature%20Request)
31
+
1. Create a [New Feature Request](https://github.com/sfccdevops/sfcc-cartridge-diff/issues/new?labels=Feature%20Request)
32
32
2. Enter a Short but Descriptive Title for the Feature Request
33
33
3. Use the Template Provided and fill in as much as you can, if something does not apply, enter `N/A` ( you can delete the `Steps to Duplicate:` section as that does not apply )
34
34
4. Look for the `Labels` section, and select `Feature Request` from the drop down menu
> 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.
#### Comparing Client Cartridge to All Cartridges Except Specific Ones:
@@ -174,3 +174,8 @@ Here are a couple of apps you can use for external diffs, and how to configure t
174
174
trustExitCode = true
175
175
cmd = open -W -a kdiff3 -n --args \"$LOCAL\" \"$REMOTE\" &> /dev/null &
176
176
```
177
+
178
+
Disclaimer
179
+
---
180
+
181
+
> The trademarks and product names of Salesforce®, including the mark Salesforce®, are the property of Salesforce.com. SFCC DevOps is not affiliated with Salesforce.com, nor does Salesforce.com sponsor or endorse the SFCC DevOps products or website. The use of the Salesforce® trademark on this project does not indicate an endorsement, recommendation, or business relationship between Salesforce.com and SFCC DevOps.
0 commit comments