UNPKG

redirector-cli

Version:

Global CLI tool for managing Redirector backend services with Docker Compose

5 lines 170 B
export interface StopOptions { removeVolumes?: boolean; } export declare function stopCommand(options: StopOptions): Promise<void>; //# sourceMappingURL=stop.d.ts.map