UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

8 lines (7 loc) 154 B
interface Options { name: string; baseUrl?: string; token: string; } export declare function add(options: Options): Promise<void>; export {};