UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

10 lines (9 loc) 212 B
interface Options { key?: string; file?: string[]; yes?: boolean; wait?: boolean; recursive: boolean; } export declare function executeExperiments(options: Options): Promise<void>; export {};