UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

9 lines (8 loc) 259 B
export declare class RitchieCommand { private static _instance; private constructor(); run(command: string): Promise<void>; runWithResponse(command: string): Promise<string>; private _loadVkpr; static get instance(): RitchieCommand; }