UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

13 lines (12 loc) 291 B
interface Options { key?: string; file?: string[]; yes?: boolean; wait?: boolean; recursive: boolean; allowParallel?: boolean; retries?: number; retryInterval?: number; } export declare function executeExperiments(options: Options): Promise<void>; export {};