UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

7 lines (6 loc) 166 B
export interface Options { key?: string; file: string[]; recursive: boolean; } export declare function applyExperiments(options: Options): Promise<void>;