Skip to main content

createSeedFile

createSeedFile(sourcePath: string, seedPath: string, options: CreateSeedFileOptions, signal?: AbortSignal): Promise<SeedInfo>

Create and atomically publish a seed file in Node.js.

Parameters

NameTypeDescription
sourcePathstringParameter sourcePath of createSeedFile.
seedPathstringParameter seedPath of createSeedFile.
optionsCreateSeedFileOptionsParameter options of createSeedFile.
signalAbortSignalParameter signal of createSeedFile.

Returns

Promise<SeedInfo>

Source

This page is generated from SDK source metadata and the translation catalog.