UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

7 lines (6 loc) 232 B
export declare class CommandExecute { private static _instance; runInteractive(command: string): Promise<void>; exec(command: string, consoleShow?: boolean): Promise<string>; static get instance(): CommandExecute; }