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
18 lines • 526 B
TypeScript
/**
* Environment Configuration CLI Commands
*
* Provides CLI commands for environment setup, validation, and optimization
* to help users configure AI providers with automatic fallback mechanisms.
*
* @version 1.0.0
* @author Requirements Gathering Agent Team
* @created 2024
*
* @filepath src/commands/environment.ts
*/
import { Command } from 'commander';
/**
* Create environment configuration commands
*/
export declare function createEnvironmentCommands(): Command;
//# sourceMappingURL=environment.d.ts.map