UNPKG

mockey-patcher-cli

Version:

Global CLI tool for managing Mockey Patcher backend services with Docker Compose - API mocking and request redirection made simple

6 lines 192 B
export interface StatusOptions { json?: boolean; verbose?: boolean; } export declare function statusCommand(options: StatusOptions): Promise<void>; //# sourceMappingURL=status.d.ts.map