@stacksleuth/cli
Version:
Comprehensive command-line interface for StackSleuth - Interactive dashboard, real-time monitoring, performance reports, CI/CD integration, and automated performance optimization recommendations.
16 lines • 433 B
TypeScript
import { TraceCollector } from '@stacksleuth/core';
interface WatchOptions {
port: string;
sampling: string;
dashboard: boolean;
}
export declare class WatchCommand {
private collector;
private dashboardServer?;
constructor(collector: TraceCollector);
execute(options: WatchOptions): Promise<void>;
private setupEventListeners;
private waitForExit;
}
export {};
//# sourceMappingURL=watch.d.ts.map