UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

5 lines (4 loc) 303 B
import { Experiment } from './types'; export declare function resolveExperimentFiles(files: string[], recursive: boolean): Promise<string[]>; export declare function writeYamlFile(file: string, content: unknown): Promise<void>; export declare function loadExperiment(file: string): Promise<Experiment>;