PipelineRunner
Defined in: core/runner.ts:61
Executes declarative pipelines against asset manifests.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PipelineRunner(
options):PipelineRunner
Defined in: core/runner.ts:67
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”PipelineRunner
Methods
Section titled “Methods”run(
options):Promise<infer<any>>
Defined in: core/runner.ts:80
Run a pipeline against the manifest in the provided asset directory.
Parameters
Section titled “Parameters”options
Section titled “options”Pipeline execution options.
Returns
Section titled “Returns”Promise<infer<any>>
Updated manifest with task state.