adpa-enterprise-framework-automation
Version:
Modular, standards-compliant Node.js/TypeScript automation framework for enterprise requirements, project, and data management. Provides CLI and API for BABOK v3, PMBOK 7th Edition, and DMBOK 2.0 (in progress). Production-ready Express.js API with TypeSpe
16 lines • 410 B
TypeScript
/**
* Status Command Handler
* Displays comprehensive system status, configuration, and AI provider information
*/
/**
* Main status command handler
*/
export declare function handleStatusCommand(): Promise<void>;
/**
* Export type for command options (if needed in the future)
*/
export interface StatusCommandOptions {
quiet?: boolean;
verbose?: boolean;
}
//# sourceMappingURL=status.d.ts.map