From 0faf68c45be732aa7856cc6eb08a7b1c49683cd7 Mon Sep 17 00:00:00 2001 From: Oleksii Golub Date: Mon, 19 Feb 2024 12:44:40 +0200 Subject: [PATCH] update readme file --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b00af2a..6a534f9 100644 --- a/README.md +++ b/README.md @@ -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) @@ -81,6 +82,21 @@ sfdx plugins:install shane-sfdx-plugins + + + +## Create my first store + +```bash +# create scratch org for store +sf commerce:scratchorg:create -u test_store@testStore.com -a testStore -w 15 --json + +# create store on scratch org +sf commerce:store:create -n MyFirstTestStore -b b2c_buyer11@1commerce.com -u testStore --json +``` + + + ## Issues Please report any issues at https://github.com/forcedotcom/commerce-on-lightning/issues