Skip to content

Commit fcdf74d

Browse files
Porting over my Personal SFCC DevOps Projects to New SFCC DevOps GitHub Org
1 parent a50b700 commit fcdf74d

File tree

15 files changed

+30
-25
lines changed

15 files changed

+30
-25
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
![Logo](../docs/img/logo.png "Logo")
1+
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")
22

33
Thank you for Contributing
44
===
55

66
We want to make it as easy as possible to contribute changes.
77

8-
Follow the requirements below for __[Creating Issues](https://github.com/redvanworkshop/sfcc-cli/issues/new)__ and __[Pull Requests](https://github.com/redvanworkshop/sfcc-cli/pull/new)__, to keep everything simple for everyone :)
8+
Follow the requirements below for __[Creating Issues](https://github.com/sfccdevops/sfcc-cli/issues/new)__ and __[Pull Requests](https://github.com/sfccdevops/sfcc-cli/pull/new)__, to keep everything simple for everyone :)
99

1010
<img src="https://octodex.github.com/images/dinotocat.png" width="400" />
1111

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Red Van Workshop
3+
Copyright (c) 2019 SFCC DevOps
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](docs/img/logo.png "Logo")
1+
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")
22

33
SFCC CLI
44
---
@@ -57,10 +57,15 @@ sfcc setup
5757

5858
```bash
5959
cd ~
60-
git clone https://github.com/redvanworkshop/sfcc-cli.git
60+
git clone https://github.com/sfccdevops/sfcc-cli.git
6161
cd sfcc-cli
6262
npm install -g --no-optional
6363
sfcc setup
6464
```
6565

66-
_Inspired by [dw-cli](https://github.com/mzwallace/dw-cli). Custom Built for RVW Employees._
66+
_Inspired by [dw-cli](https://github.com/mzwallace/dw-cli). Custom Built for SFCC Developers._
67+
68+
Disclaimer
69+
---
70+
71+
> 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.

commands/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module.exports = async () => {
8787
description: chalk.cyan('Directory:'),
8888
name: 'd',
8989
required: true,
90-
message: 'Directory does not exist. ( e.g. /Users/RVW/Projects/mysandbox )',
90+
message: 'Directory does not exist. ( e.g. /Users/Name/Projects/mysandbox )',
9191
conform: function(directory) {
9292
directory = path.normalize(path.resolve(directory.replace(/^\/[a-z]\//, '/')))
9393
return fs.existsSync(directory)

docs/cmd-delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](img/logo.png "Logo")
1+
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")
22

33
**[↤ Developer Overview](../README.md#developer-overview)**
44

docs/cmd-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](img/logo.png "Logo")
1+
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")
22

33
**[↤ Developer Overview](../README.md#developer-overview)**
44

docs/cmd-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](img/logo.png "Logo")
1+
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")
22

33
**[↤ Developer Overview](../README.md#developer-overview)**
44

docs/cmd-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](img/logo.png "Logo")
1+
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")
22

33
**[↤ Developer Overview](../README.md#developer-overview)**
44

docs/cmd-remote.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](img/logo.png "Logo")
1+
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")
22

33
**[↤ Developer Overview](../README.md#developer-overview)**
44

@@ -13,7 +13,7 @@
1313
Browser Extension Setup
1414
---
1515

16-
To get started, you'll need to [Install the Browser Extension](https://github.com/redvanworkshop/sfcc-remote).
16+
To get started, you'll need to [Install the Browser Extension](https://github.com/sfccdevops/sfcc-remote).
1717

1818
Once you have the browser extension installed, you will need to do the following:
1919

docs/cmd-setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](img/logo.png "Logo")
1+
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")
22

33
**[↤ Developer Overview](../README.md#developer-overview)**
44

@@ -26,7 +26,7 @@ otherwise:
2626
#### Pass Params via CLI
2727

2828
```bash
29-
sfcc setup -c "My Client" -h dev04-web-mysandbox.demandware.net -d /Users/RVW/Projects/mysandbox -u [email protected] -p 'my^pass'
29+
sfcc setup -c "My Client" -h dev04-web-mysandbox.demandware.net -d /Users/Name/Projects/mysandbox -u [email protected] -p 'my^pass'
3030
```
3131

3232
NOTE: When using the password flag, make sure to wrap the text with SINGLE QUOTES. Using Double Quotes will cause issues with passwords that contain dollar signs.
@@ -50,7 +50,7 @@ Code Version | `-v` | No | `develop` | SFCC Code Version to use
5050
"my-client": {
5151
"sandbox": {
5252
"h": "dev04-web-mysandbox.demandware.net",
53-
"d": "/Users/RVW/Projects/mysandbox",
53+
"d": "/Users/Name/Projects/mysandbox",
5454
5555
"p": "my^pass",
5656
"a": "sandbox",
@@ -67,7 +67,7 @@ If you have Eclipse Build scripts in your cartridges ( `*.launch` files containe
6767
"my-client": {
6868
"sandbox": {
6969
"h": "dev04-web-mysandbox.demandware.net",
70-
"d": "/Users/RVW/Projects/mysandbox",
70+
"d": "/Users/Name/Projects/mysandbox",
7171
7272
"p": "my^pass",
7373
"a": "sandbox",

0 commit comments

Comments
 (0)