
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@commercelayer/cli-plugin-seeder
Advanced tools
Commerce Layer CLI seeder plugin
commercelayer COMMAND
commercelayer [COMMAND] (--help | -h) for detailed information about plugin commands.
commercelayer seeder:check
Execute a check on seeder data.
USAGE
$ commercelayer seeder:check [-b single_sku|multi_market|custom] [-n <value> -u <value>] [-r]
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
Clean previously imported seeder data.
USAGE
$ 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
-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
Execute Commerce Layer seeder.
USAGE
$ 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
-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
FAQs
Commerce Layer CLI Seeder plugin
The npm package @commercelayer/cli-plugin-seeder receives a total of 129 weekly downloads. As such, @commercelayer/cli-plugin-seeder popularity was classified as not popular.
We found that @commercelayer/cli-plugin-seeder demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.