@aerocorp/cli
Version:
AeroCorp CLI 5.1.0 - Future-Proofed Enterprise Infrastructure with Live Preview, Tunneling & Advanced DevOps
17 lines • 468 B
TypeScript
export declare class ConfigService {
private config;
constructor();
handleConfig(options: any): Promise<void>;
private setConfig;
private getConfig;
private listConfig;
private resetConfig;
get(key: string): any;
set(key: string, value: any): void;
has(key: string): boolean;
delete(key: string): void;
clear(): void;
getAll(): Record<string, any>;
getConfigPath(): string;
}
//# sourceMappingURL=config.d.ts.map