UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

3 lines (2 loc) 142 B
import { AdviceStatus } from './types'; export declare function fetchAllAdvice(environment: string, query?: string): Promise<AdviceStatus[]>;