seedCms

test-convex · /index·async functionthrows Always

Live-backend transport wrapper around . Seeding a running deployment requires invoking the seed mutation over the wire (a deployed function reference plus an authenticated client), which HARNESS-02 wires into the launcher; until then this entry throws rather than silently skipping.

Signature

@nordcom/commerce-test-convex
function seedCms(url: string, opts: SeedCmsOptions): Promise<void>;

Parameters

NameTypeDescription
urlstring
optsSeedCmsOptions

Returns

Resolves once the CMS documents exist in the deployment.

Throws

Always
, until HARNESS-02 wires the live mutation runner.

runCli DaemonOptions runDaemon SeedClerkOperatorOptions SeedCmsOptions SeedCanonicalOptions SeedClerkOperatorView SeedShopOptions

Sourcecms.ts:261Edit the JSDoc directly
Metadata@nordcom/commerce-test-convex@0.0.0Open in GitHub ↗

On this page