UNPKG

redirector-cli

Version:

Global CLI tool for managing Redirector backend services with Docker Compose

6 lines 189 B
export interface ResetOptions { confirm?: boolean; force?: boolean; } export declare function resetCommand(options: ResetOptions): Promise<void>; //# sourceMappingURL=reset.d.ts.map