Skip to content

Commit

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

Watch for any changes to your projects source code, and automagically upload in the background, while you use whatever IDE you want.

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

```bash
Expand Down Expand Up @@ -37,3 +39,17 @@ To delete a configuration option, you can pass in a client and instance you want
sfcc delete <client> <instance>
sfcc delete <client>
```

### Help

You can get help at any time by running:

```bash
sfcc help
```

You can get help on a specific command by just added `help` to the end of the command:

```bash
sfcc watch help
```

0 comments on commit 18f0529

Please sign in to comment.