@aerocorp/cli
Version:
AeroCorp CLI 5.1.0 - Future-Proofed Enterprise Infrastructure with Live Preview, Tunneling & Advanced DevOps
13 lines • 373 B
TypeScript
export declare class HealthService {
private authService;
private configService;
checkHealth(): Promise<any[]>;
showStatus(): Promise<void>;
private checkAuth;
private checkCoolifyAPI;
private checkAIProxy;
private checkServerConnection;
private checkConfiguration;
private checkServicesStatus;
}
//# sourceMappingURL=health.d.ts.map