Skip to content

Commit

Permalink
Updating Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Schmalfeldt committed Jan 8, 2019
1 parent a1897d8 commit 2b6205a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,34 @@ Usage
---

> Here is how SFCC CLI can help you with you local development
### Watch

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

```bash
sfcc watch
```

If needed to setup multiple clients, or multiple instances for the same client, you will need to specify what to watch:

```bash
sfcc watch <client> <instance>
```

### List

To get a list of your current clients & instances, you can run:

```bash
sfcc list
```

### Delete

To delete a configuration option, you can pass in a client and instance you want to delete. Or just delete everything for that clients:

```bash
sfcc delete <client> <instance>
sfcc delete <client>
```

0 comments on commit 2b6205a

Please sign in to comment.