Skip to content

PipelineRunner

Defined in: core/runner.ts:61

Executes declarative pipelines against asset manifests.

new PipelineRunner(options): PipelineRunner

Defined in: core/runner.ts:67

PipelineRunnerOptions

PipelineRunner

run(options): Promise<infer<any>>

Defined in: core/runner.ts:80

Run a pipeline against the manifest in the provided asset directory.

RunOptions

Pipeline execution options.

Promise<infer<any>>

Updated manifest with task state.