File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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
1213Introduction
@@ -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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2121sfcc log help
22+ sfcc remote help
23+ sfcc setup help
2224sfcc watch help
2325```
Original file line number Diff line number Diff line change 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
1212If you only have a single project, you can run:
1313
You can’t perform that action at this time.
0 commit comments