Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ We always recommend using the latest version of these commands, however, you can
- [Introduction](#introduction)
- [Usage](#usage)
- [Install](#install)
- [Create my first store](#create-my-first-store)
- [Commands](#commands)
- [Debugging your plugin](#debugging-your-plugin)
- [Commerce Org and Store Setup Guide](docs/setup-guide.md)
Expand Down Expand Up @@ -81,6 +82,21 @@ sfdx plugins:install shane-sfdx-plugins

<!-- installstop -->


<!-- create-my-first-store -->

## Create my first store

```bash
# create scratch org for store
sf commerce:scratchorg:create -u [email protected] -a testStore -w 15 --json

# create store on scratch org
sf commerce:store:create -n MyFirstTestStore -b [email protected] -u testStore --json
```

<!-- create-my-first-storestop -->

## Issues

Please report any issues at https://github.com/forcedotcom/commerce-on-lightning/issues
Expand Down