Skip to content

Commit

Permalink
chore(doc): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Mar 14, 2023
1 parent 185401b commit e9bb0ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,12 @@ Clean previously imported seeder data.

```sh-session
USAGE
$ commercelayer seeder:clean -o <value> [-b single_sku|multi_market|custom] [-n <value> -u <value>]
$ commercelayer seeder:clean [-b single_sku|multi_market|custom] [-n <value> -u <value>]

FLAGS
-b, --businessModel=<option> [default: single_sku] the kind of business model you want to import
<options: single_sku|multi_market|custom>
-n, --name=<value> the name of the business model file to use
-o, --organization=<value> (required) the slug of your organization
-u, --url=<value> [default: https://data.commercelayer.app/seeder] seeder data URL

DESCRIPTION
Expand All @@ -86,14 +85,13 @@ Execute Commerce Layer seeder.

```sh-session
USAGE
$ commercelayer seeder:seed -o <value> [-b single_sku|multi_market|custom] [-n <value> -u <value>] [-k]
$ commercelayer seeder:seed [-b single_sku|multi_market|custom] [-n <value> -u <value>] [-k]

FLAGS
-b, --businessModel=<option> [default: single_sku] the kind of business model you want to import
<options: single_sku|multi_market|custom>
-k, --keep keep existing resources without updating them
-n, --name=<value> the name of the business model file to use
-o, --organization=<value> (required) the slug of your organization
-u, --url=<value> [default: https://data.commercelayer.app/seeder] seeder data URL

DESCRIPTION
Expand Down

0 comments on commit e9bb0ae

Please sign in to comment.