@berenddeboer/nx-aws-cdk
Version:
Nx self-inferring plugin for AWS CDK stacks
8 lines (7 loc) • 486 B
TypeScript
import { CdkExecutorSchema } from "../schema";
import { ParsedExecutorInterface } from "./parsed-executor.interface";
export declare const executorPropKeys: string[];
export declare const LARGE_BUFFER: number;
export declare function parseArgs(options: CdkExecutorSchema): Record<string, string>;
export declare function createCommand(command: string, options: ParsedExecutorInterface): string;
export declare function runCommandProcess(command: string, cwd: string): Promise<boolean>;