light-runner
API referenceInterfaces

RunRequest

Defined in: src/types.ts:36

Properties

detached?

optional detached?: boolean;

Defined in: src/types.ts:110


dir?

optional dir?: string;

Defined in: src/types.ts:67


entrypoint?

optional entrypoint?: string;

Defined in: src/types.ts:39


env?

optional env?: Record<string, string>;

Defined in: src/types.ts:87


extract?

optional extract?: ExtractSpec[];

Defined in: src/types.ts:97


image

image: string;

Defined in: src/types.ts:37


input?

optional input?: unknown;

Defined in: src/types.ts:71


networks?

optional networks?: string[];

Defined in: src/types.ts:85


onLog?

optional onLog?: (line) => void;

Defined in: src/types.ts:91

Parameters

line

string

Returns

void


run?

optional run?: string[];

Defined in: src/types.ts:60


signal?

optional signal?: AbortSignal;

Defined in: src/types.ts:90


timeout?

optional timeout?: number;

Defined in: src/types.ts:73


workdir?

optional workdir?: string;

Defined in: src/types.ts:89

On this page