UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

6 lines (5 loc) 137 B
export interface Options { key: string; file?: string; } export declare function getExperiment(options: Options): Promise<void>;