
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@ordercloud/seeding
Advanced tools
A CLI to download and upload serialized representations of full ordercloud marketplaces.
For node.js users, install with npm i @ordercloud/seeding -g and then run seeding --help.
npx @ordercloud/seeding --help.For docker users docker run --mount type=bind,source=<local directory>,target=/app oliverheywood/ordercloud-seeding --help.
<local directory> for an absolute path in order for local file reading and writing to be mounted on the container.Download an executable. Run like ./seeding-win.exe --help.
| Operating System | Executable |
|---|---|
| Windows | seeding-win.exe |
| Mac | seeding-macos |
| Linux | seeding-linux |
Create a marketplace from a "Simple-B2C" template.
npx @ordercloud/seeding seed Simple-B2C -u={username} -p={password}
Create a marketplace based on data in a local file. Looks for files based on the directory the command is run from.
npx @ordercloud/seeding seed seed-data-file.yml -u={username} -p={password}
Create a marketplace based on a public url.
npx @ordercloud/seeding seed https://raw.githubusercontent.com/ordercloud-api/ordercloud-seed/main/seeds/Simple-B2C.yml -u={username} -p={password}
Download the data from an existing marketplace to a seed file.
npx @ordercloud/seeding download new-file-to-create.yml -i={existing-marketplace-id} -u={username} -p={password}
Validate that a local file would seed successfully.
npx @ordercloud/seeding validate my-file.yml
import { download, seed, validate, SerializedMarketplace } from "@ordercloud/seeding";
var myData: SerializedMarketplace = { ... };
await seed({
portalJWT: "xxxxxx",
rawData: myData,
logger: (message:string, type: MessageType) => {
console.log(message)
}
});
These are seeding files maintained as part of this repo that represent templates for common ordercloud use cases.
| Command Alias | Raw URL |
|---|---|
seed Simple-B2C | https://raw.githubusercontent.com/ordercloud-api/ordercloud-seed/main/seeds/Simple-B2C.yml |
npm installnpm run build everytime you change source files.node ./dist/cli.js [command] to debug a command.npm run test to run unit tests.Note: You must have node version 16 to build the package, you will get errors on node v17 and higher
npm run build to build the codenpm run test to run the unit tests against your built codenpm run pkg to generate the executables (The following warning can be safely ignored: Warning Cannot resolve 'config.)npm publishFAQs
Download and upload seeding files from the OrderCloud platform.
The npm package @ordercloud/seeding receives a total of 128 weekly downloads. As such, @ordercloud/seeding popularity was classified as not popular.
We found that @ordercloud/seeding demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.