UNPKG

@jin7942/ray

Version:

Lightweight CI/CD deployment tool powered by Docker and Git

7 lines (6 loc) 260 B
/** * Launches a minimal interactive wizard to generate a RAY config JSON file. * * @param outputPath - File path to write the generated config (default: './ray.config.json') */ export declare function initConfigWizard(outputPath?: string): Promise<void>;