Skip to content

Commit

Permalink
Porting over my Personal SFCC DevOps Projects to New SFCC DevOps Gi…
Browse files Browse the repository at this point in the history
…tHub Org
  • Loading branch information
manifestinteractive committed May 25, 2022
1 parent a50b700 commit fcdf74d
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![Logo](../docs/img/logo.png "Logo")
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")

Thank you for Contributing
===

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

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 :)
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 :)

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

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Red Van Workshop
Copyright (c) 2019 SFCC DevOps

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](docs/img/logo.png "Logo")
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")

SFCC CLI
---
Expand Down Expand Up @@ -57,10 +57,15 @@ sfcc setup

```bash
cd ~
git clone https://github.com/redvanworkshop/sfcc-cli.git
git clone https://github.com/sfccdevops/sfcc-cli.git
cd sfcc-cli
npm install -g --no-optional
sfcc setup
```

_Inspired by [dw-cli](https://github.com/mzwallace/dw-cli). Custom Built for RVW Employees._
_Inspired by [dw-cli](https://github.com/mzwallace/dw-cli). Custom Built for SFCC Developers._

Disclaimer
---

> 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.
2 changes: 1 addition & 1 deletion commands/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module.exports = async () => {
description: chalk.cyan('Directory:'),
name: 'd',
required: true,
message: 'Directory does not exist. ( e.g. /Users/RVW/Projects/mysandbox )',
message: 'Directory does not exist. ( e.g. /Users/Name/Projects/mysandbox )',
conform: function(directory) {
directory = path.normalize(path.resolve(directory.replace(/^\/[a-z]\//, '/')))
return fs.existsSync(directory)
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd-delete.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](img/logo.png "Logo")
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")

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

Expand Down
2 changes: 1 addition & 1 deletion docs/cmd-help.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](img/logo.png "Logo")
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")

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

Expand Down
2 changes: 1 addition & 1 deletion docs/cmd-list.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](img/logo.png "Logo")
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")

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

Expand Down
2 changes: 1 addition & 1 deletion docs/cmd-log.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](img/logo.png "Logo")
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")

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

Expand Down
4 changes: 2 additions & 2 deletions docs/cmd-remote.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](img/logo.png "Logo")
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")

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

Expand All @@ -13,7 +13,7 @@
Browser Extension Setup
---

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

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

Expand Down
8 changes: 4 additions & 4 deletions docs/cmd-setup.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](img/logo.png "Logo")
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")

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

Expand Down Expand Up @@ -26,7 +26,7 @@ otherwise:
#### Pass Params via CLI

```bash
sfcc setup -c "My Client" -h dev04-web-mysandbox.demandware.net -d /Users/RVW/Projects/mysandbox -u my@email.com -p 'my^pass'
sfcc setup -c "My Client" -h dev04-web-mysandbox.demandware.net -d /Users/Name/Projects/mysandbox -u my@email.com -p 'my^pass'
```

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.
Expand All @@ -50,7 +50,7 @@ Code Version | `-v` | No | `develop` | SFCC Code Version to use
"my-client": {
"sandbox": {
"h": "dev04-web-mysandbox.demandware.net",
"d": "/Users/RVW/Projects/mysandbox",
"d": "/Users/Name/Projects/mysandbox",
"u": "my@email.com",
"p": "my^pass",
"a": "sandbox",
Expand All @@ -67,7 +67,7 @@ If you have Eclipse Build scripts in your cartridges ( `*.launch` files containe
"my-client": {
"sandbox": {
"h": "dev04-web-mysandbox.demandware.net",
"d": "/Users/RVW/Projects/mysandbox",
"d": "/Users/Name/Projects/mysandbox",
"u": "my@email.com",
"p": "my^pass",
"a": "sandbox",
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd-watch.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](img/logo.png "Logo")
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")

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

Expand Down
2 changes: 1 addition & 1 deletion docs/ide-setup.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](img/logo.png "Logo")
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")

**[↤ Developer Overview](../README.md)**

Expand Down
Binary file removed docs/img/logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](img/logo.png "Logo")
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")

**[↤ Developer Overview](../README.md)**

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sfcc-cli",
"version": "1.2.1",
"description": "Command Line Interface for Salesforce Commerce Cloud Sandbox Development",
"homepage": "https://github.com/redvanworkshop/sfcc-cli#readme",
"homepage": "https://github.com/sfccdevops/sfcc-cli#readme",
"license": "MIT",
"main": "./bin/cli.js",
"bin": {
Expand Down Expand Up @@ -32,16 +32,16 @@
"contributors": [
{
"name": "Peter Schmalfeldt",
"email": "peter@redvanworkshop.com",
"url": "redvanworkshop.com"
"email": "me@peterschmalfeldt.com",
"url": "peterschmalfeldt.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/redvanworkshop/sfcc-cli.git"
"url": "git+https://github.com/sfccdevops/sfcc-cli.git"
},
"bugs": {
"url": "https://github.com/redvanworkshop/sfcc-cli/issues"
"url": "https://github.com/sfccdevops/sfcc-cli/issues"
},
"scripts": {
"test": "eslint --ext .js ./ --fix && echo '\n【ツ】CODE PERFECTION !!!\n'"
Expand Down

0 comments on commit fcdf74d

Please sign in to comment.