Skip to content

Commit 8b6252a

Browse files
Porting over my Personal SFCC DevOps Projects to New SFCC DevOps GitHub Org
1 parent 8c9c0e1 commit 8b6252a

9 files changed

+26
-90
lines changed

.github/CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at peter@redvanworkshop.com. All
58+
reported by contacting the project team at me@peterschmalfeldt.com. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

.github/CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](https://red-van-workshop.s3.us-east-1.amazonaws.com/logo.png "Logo")
1+
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")
22

33
Contributing Guide
44
===
@@ -12,23 +12,23 @@ Issues & Feature Requests
1212

1313
### Bug Fix
1414

15-
[![Staging Environment](https://img.shields.io/badge/Create-Bug_Report-fbca04.svg?style=for-the-badge&logo=github&logoColor=ffffff&logoWidth=16)](https://github.com/redvanworkshop/sfcc-cartridge-diff/issues/new?labels=Bug%20Report)
15+
[![Staging Environment](https://img.shields.io/badge/Create-Bug_Report-fbca04.svg?style=for-the-badge&logo=github&logoColor=ffffff&logoWidth=16)](https://github.com/sfccdevops/sfcc-cartridge-diff/issues/new?labels=Bug%20Report)
1616

1717
> We're sorry things are not working as expected, and want to get things fixed ASAP. In order to help us do that, we need a few things from you.
1818
19-
1. Create a [New Bug Report](https://github.com/redvanworkshop/sfcc-cartridge-diff/issues/new?labels=Bug%20Report)
19+
1. Create a [New Bug Report](https://github.com/sfccdevops/sfcc-cartridge-diff/issues/new?labels=Bug%20Report)
2020
2. Enter a Short but Descriptive Title for the Issue
2121
3. Use the Template Provided and fill in as much as you can, if something does not apply, enter `N/A`
2222
4. Look for the `Labels` section, and select `Bug Report` from the drop down menu
2323
5. Click `Submit new issue` button
2424

2525
### Feature Request
2626

27-
[![Staging Environment](https://img.shields.io/badge/Create-Feature_Request-9933cc.svg?style=for-the-badge&logo=github&logoColor=ffffff&logoWidth=16)](https://github.com/redvanworkshop/sfcc-cartridge-diff/issues/new?labels=Feature%20Request)
27+
[![Staging Environment](https://img.shields.io/badge/Create-Feature_Request-9933cc.svg?style=for-the-badge&logo=github&logoColor=ffffff&logoWidth=16)](https://github.com/sfccdevops/sfcc-cartridge-diff/issues/new?labels=Feature%20Request)
2828

2929
> 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.
3030
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)
3232
2. Enter a Short but Descriptive Title for the Feature Request
3333
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 )
3434
4. Look for the `Labels` section, and select `Feature Request` from the drop down menu
@@ -37,7 +37,7 @@ Issues & Feature Requests
3737
Pull Requests
3838
---
3939

40-
[![Staging Environment](https://img.shields.io/badge/Create-Pull_Request-006b75.svg?style=for-the-badge&logo=github&logoColor=ffffff&logoWidth=16)](https://github.com/redvanworkshop/sfcc-cartridge-diff/compare?labels=Ready%20For%20Code%20Review)
40+
[![Staging Environment](https://img.shields.io/badge/Create-Pull_Request-006b75.svg?style=for-the-badge&logo=github&logoColor=ffffff&logoWidth=16)](https://github.com/sfccdevops/sfcc-cartridge-diff/compare?labels=Ready%20For%20Code%20Review)
4141

4242
### Bug Fix
4343

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Checklist:
1515

1616
> I have tested each of the following, and they work as expected: ( required )
1717
18-
- [ ] Meets [Contributing Guide](https://github.com/redvanworkshop/sfcc-cartridge-diff/blob/develop/.github/CONTRIBUTING.md) Requirements
18+
- [ ] Meets [Contributing Guide](https://github.com/sfccdevops/sfcc-cartridge-diff/blob/develop/.github/CONTRIBUTING.md) Requirements
1919
- [ ] Pulled in the Latest Code from the `develop` branch
2020
- [ ] Works on a Desktop / Laptop Device
2121
- [ ] Works on a Mobile Device

.github/cla/agreement.md

-44
This file was deleted.

.github/workflows/assign_to_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: srggrs/[email protected]
1818
if: github.event.action == 'opened'
1919
with:
20-
project: 'https://github.com/redvanworkshop/sfcc-cartridge-diff/projects/1'
20+
project: 'https://github.com/sfccdevops/sfcc-cartridge-diff/projects/1'

.github/workflows/cla.yml

-25
This file was deleted.

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
![Logo](https://red-van-workshop.s3.us-east-1.amazonaws.com/logo.png "Logo")
1+
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")
22

33
SFCC Cartridge Diff Tool
44
---
55

66
> 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
8-
![demo](https://red-van-workshop.s3.us-east-1.amazonaws.com/sfcc-cartridge-diff.gif?v=1.1.0)
8+
![demo](https://sfccdevops.s3.amazonaws.com/sfcc-cartridge-diff.gif)
99

1010

1111
Introduction
@@ -33,7 +33,7 @@ npm install -g sfcc-cartridge-diff
3333
#### Install via Clone
3434

3535
```bash
36-
git clone https://github.com/redvanworkshop/sfcc-cartridge-diff.git
36+
git clone https://github.com/sfccdevops/sfcc-cartridge-diff.git
3737
cd sfcc-cartridge-diff
3838
npm install -g
3939
```
@@ -77,8 +77,8 @@ sfcc-diff -c app_client_name
7777
> If you only care about a couple of cartridges, you can speed things up by specifying which ones to compare against.
7878
7979
```bash
80-
sfcc-diff --cartridge app_client_name --include storefront-reference-architecture,rvw_autobahn_core
81-
sfcc-diff -c app_client_name -i storefront-reference-architecture,rvw_autobahn_core
80+
sfcc-diff --cartridge app_client_name --include storefront-reference-architecture,third_party_core
81+
sfcc-diff -c app_client_name -i storefront-reference-architecture,third_party_core
8282
```
8383

8484
#### 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
174174
trustExitCode = true
175175
cmd = open -W -a kdiff3 -n --args \"$LOCAL\" \"$REMOTE\" &> /dev/null &
176176
```
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.

bin/cli.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const cli = yargs
5656
.example('sfcc-diff -c app_client_name -m -d ksdiff', 'Modified Only and Diff')
5757
.example('sfcc-diff -c app_client_name -f .isml', 'Filter for ISML files')
5858
.example('sfcc-diff -c app_client_name -f common.properties', 'Filter for Specific File')
59-
.example('sfcc-diff -c app_client_name -i rvw_autobahn_core', 'Compare Two Cartridges')
59+
.example('sfcc-diff -c app_client_name -i third_party_core', 'Compare Two Cartridges')
6060
.updateStrings({
6161
'Options:': chalk.cyan('Options:\n'),
6262
'Examples:': chalk.cyan('Examples:\n')
@@ -69,7 +69,7 @@ const cli = yargs
6969
.wrap(100)
7070
.help('help')
7171
.alias('help', 'h')
72-
.epilogue(`${chalk.bold.cyan('Need Help?')} https://github.com/redvanworkshop/sfcc-cartridge-diff`)
72+
.epilogue(`${chalk.bold.cyan('Need Help?')} https://github.com/sfccdevops/sfcc-cartridge-diff`)
7373
.strict()
7474
.version().argv
7575

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sfcc-cartridge-diff",
33
"version": "1.1.0",
44
"description": "SFCC Cartridge Diff Tool",
5-
"homepage": "https://github.com/redvanworkshop/sfcc-cartridge-diff#readme",
5+
"homepage": "https://github.com/sfccdevops/sfcc-cartridge-diff#readme",
66
"license": "MIT",
77
"main": "./bin/cli.js",
88
"bin": {
@@ -23,16 +23,16 @@
2323
"contributors": [
2424
{
2525
"name": "Peter Schmalfeldt",
26-
"email": "peter@redvanworkshop.com",
27-
"url": "https://redvanworkshop.com"
26+
"email": "me@peterschmalfeldt.com",
27+
"url": "https://peterschmalfeldt.com"
2828
}
2929
],
3030
"repository": {
3131
"type": "git",
32-
"url": "git+https://github.com/redvanworkshop/sfcc-cartridge-diff.git"
32+
"url": "git+https://github.com/sfccdevops/sfcc-cartridge-diff.git"
3333
},
3434
"bugs": {
35-
"url": "https://github.com/redvanworkshop/sfcc-cartridge-diff/issues"
35+
"url": "https://github.com/sfccdevops/sfcc-cartridge-diff/issues"
3636
},
3737
"scripts": {
3838
"test": "npm run -s test:lint && npm run -s test:unit",

0 commit comments

Comments
 (0)