Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@commercelayer/cli-plugin-seeder

Package Overview
Dependencies
Maintainers
5
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercelayer/cli-plugin-seeder

Commerce Layer CLI Seeder plugin

Source
npmnpm
Version
4.2.3
Version published
Weekly downloads
56
-64.1%
Maintainers
5
Weekly downloads
 
Created
Source

@commercelayer/cli-plugin-seeder

Commerce Layer CLI seeder plugin

oclif Version Downloads/week License

  • Usage
  • Commands

Usage

commercelayer COMMAND

commercelayer [COMMAND] (--help | -h) for detailed information about plugin commands.

Commands

commercelayer seed ID

Execute Commerce Layer seeder.

USAGE
  $ commercelayer seed [ID] -o <value> [-b single_sku|multi_market|custom] [-n <value> -u <value>] [-k]

ARGUMENTS
  ID  the unique id of the order

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
  execute Commerce Layer seeder

ALIASES
  $ commercelayer seed

EXAMPLES
  $ commercelayer seeder:seed -u <seedUrl>

  $ cl seed -b multi_market

commercelayer seeder:check ID

Execute a check on seeder data.

USAGE
  $ commercelayer seeder:check [ID] [-b single_sku|multi_market|custom] [-n <value> -u <value>] [-r]

ARGUMENTS
  ID  the unique id of the order

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
  -r, --relationships           check resource relationships
  -u, --url=<value>             [default: https://data.commercelayer.app/seeder] seeder data URL

DESCRIPTION
  execute a check on seeder data

EXAMPLES
  $ commercelayer seeder:check -u <seedUrl>

  $ cl seeder:check -b single_sku

See code: src/commands/seeder/check.ts

commercelayer seeder:clean ID

Clean previously imported seeder data.

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

ARGUMENTS
  ID  the unique id of the order

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
  clean previously imported seeder data

EXAMPLES
  $ commercelayer seeder:clean -u <seedUrl>

  $ cl seeder:clean -b multi_market

See code: src/commands/seeder/clean.ts

commercelayer seeder:seed ID

Execute Commerce Layer seeder.

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

ARGUMENTS
  ID  the unique id of the order

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
  execute Commerce Layer seeder

ALIASES
  $ commercelayer seed

EXAMPLES
  $ commercelayer seeder:seed -u <seedUrl>

  $ cl seed -b multi_market

See code: src/commands/seeder/seed.ts

Keywords

oclif

FAQs

Package last updated on 22 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts