UNPKG

@re-shell/cli

Version:

Full-stack development platform uniting microservices and microfrontends. Build complete applications with .NET (ASP.NET Core Web API, Minimal API), Java (Spring Boot, Quarkus, Micronaut, Vert.x), Rust (Actix-Web, Warp, Rocket, Axum), Python (FastAPI, Dja

12 lines (11 loc) 409 B
interface PlatformTestOptions { verbose?: boolean; json?: boolean; test?: boolean; capabilities?: boolean; all?: boolean; } export declare function testPlatformCapabilities(options?: PlatformTestOptions): Promise<void>; export declare function runPlatformDiagnostics(options?: PlatformTestOptions): Promise<void>; export declare function quickPlatformCheck(): Promise<boolean>; export {};