Skip to content

Commit cd20754

Browse files
Updating Docs
1 parent 6dfe977 commit cd20754

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ SFCC CLI
55

66
> Command Line Interface for Salesforce Commerce Cloud Sandbox Development
77
8-
![demo](https://sfcc-cli.s3.amazonaws.com/watch.gif)
98
![demo](https://sfcc-cli.s3.amazonaws.com/log.gif)
9+
![demo](https://sfcc-cli.s3.amazonaws.com/remote.gif)
10+
![demo](https://sfcc-cli.s3.amazonaws.com/watch.gif)
1011

1112

1213
Introduction
@@ -31,7 +32,7 @@ Developer Overview
3132
* [`sfcc delete`](docs/cmd-delete.md) - Delete Config for Client
3233
* [`sfcc watch`](docs/cmd-watch.md) - Watch for Changes and Push Updates
3334
* [`sfcc log`](docs/cmd-log.md) - View Logs with Advanced Search & Filter Capabilities
34-
* [`sfcc remote`](docs/cmd-remote.md) - Remote Control for your Sandbox
35+
* [`sfcc remote`](docs/cmd-remote.md) - Remote Control for your Sandbox Storefront
3536
* [`sfcc help`](docs/cmd-help.md) - Get Help when you need it
3637

3738
#### Additional Information

bin/cli.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const argv = yargs
112112
default: false
113113
}
114114
})
115-
.command('remote [client] [instance]', 'Remote Control your Sandbox', {
115+
.command('remote [client] [instance]', 'Remote Control Sandbox Storefront', {
116116
'live-reload': {
117117
describe: 'Enable Live Reload on Code Change',
118118
type: 'boolean',
@@ -122,7 +122,7 @@ const argv = yargs
122122
.example('sfcc delete my-client sandbox', 'Delete my-client sandbox config')
123123
.example('sfcc watch my-client sandbox', 'Watch for my-client sandbox changes')
124124
.example('sfcc log -i customerror --latest', 'Watch Latest Custom Error Logs')
125-
.example('sfcc remote --use=live-reload', 'Live Reload Sandbox on Changes')
125+
.example('sfcc remote --live-reload', 'Live Reload Sandbox Storefront on Changes')
126126
.demand(1)
127127
.help()
128128
.version().argv

docs/cmd-help.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ You can get help on a specific command by just adding `help` to the end of the c
1919

2020
```bash
2121
sfcc log help
22+
sfcc remote help
23+
sfcc setup help
2224
sfcc watch help
2325
```

docs/cmd-remote.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
`sfcc remote`
66
---
77

8-
> Remote Control for your Sandbox
8+
> Remote Control for your Sandbox Storefront
99
10-
![demo](https://sfcc-cli.s3.amazonaws.com/log.gif)
10+
![demo](https://sfcc-cli.s3.amazonaws.com/remote.gif)
1111

1212
If you only have a single project, you can run:
1313

0 commit comments

Comments
 (0)