UNPKG

envx-cli

Version:

Environment file encryption and management tool

5 lines 284 B
import { Command } from 'commander'; export declare const createInteractiveCommand: () => Command; export declare function executeInteractive(rawOptions: any): Promise<void>; export declare function showQuickStart(cwd: string): Promise<void>; //# sourceMappingURL=interactive.d.ts.map