forge-deploy-cli
Version:
Professional CLI for local deployments with automatic subdomain routing, SSL certificates, and infrastructure management
17 lines • 530 B
TypeScript
export declare class ForgeAPIServer {
private server;
private readonly port;
constructor();
private handleRequest;
private handleGetDeployments;
private handleGetDeployment;
private handleStopDeployment;
private handleGetSystem;
private sendJSON;
start(): Promise<void>;
stop(): void;
}
export declare function getAPIServer(): ForgeAPIServer;
export declare function startAPIServer(): Promise<void>;
export declare function stopAPIServer(): void;
//# sourceMappingURL=apiServer.d.ts.map