Skip to content

Commit fea627d

Browse files
Updating Docs
1 parent 0edcf7d commit fea627d

File tree

6 files changed

+13
-0
lines changed

6 files changed

+13
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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)
9+
![demo](https://sfcc-cli.s3.amazonaws.com/log.gif)
10+
811
Introduction
912
---
1013

docs/cmd-delete.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
> Delete Config for Client
99
10+
![demo](https://sfcc-cli.s3.amazonaws.com/delete.gif)
11+
1012
To delete a configuration option, you can pass in a client and instance you want to delete. Or just delete everything for that client:
1113

1214
```bash

docs/cmd-help.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
> Get Help when you need it
99
10+
![demo](https://sfcc-cli.s3.amazonaws.com/help.gif)
11+
1012
You can get help at any time by running:
1113

1214
```bash

docs/cmd-list.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
> List Configured SFCC Clients
99
10+
![demo](https://sfcc-cli.s3.amazonaws.com/list.gif)
11+
1012
To get a list of your current clients & instances, you can run:
1113

1214
```bash

docs/cmd-log.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
> Stream/Search log files from an instance
99
10+
![demo](https://sfcc-cli.s3.amazonaws.com/log.gif)
11+
1012
If you only have a single project, you can run:
1113

1214
```bash

docs/cmd-watch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
> Watch for Code Changes and Push Updates
99
10+
![demo](https://sfcc-cli.s3.amazonaws.com/watch.gif)
11+
1012
Watch for any changes to your projects source code, and automagically upload in the background, while you use whatever IDE you want.
1113

1214
If you have already run `sfcc setup`, and you only have a single project, you can run:

0 commit comments

Comments
 (0)