@dev-thought/nx-deploy-it
Version:
[](https://www.npmjs.com/package/@dev-thought/nx-deploy-it) [](http://opensource.
14 lines (13 loc) • 670 B
TypeScript
import { MockSTDIN } from 'mock-stdin';
export declare const KEYS: {
UP: string;
DOWN: string;
ENTER: string;
SPACE: string;
};
export declare const delay: (ms: number) => Promise<unknown>;
export declare function answerInitQuestionsAWS(io: MockSTDIN, region: string, awsProfile?: string): void;
export declare function answerInitQuestionsAzure(io: MockSTDIN, location: string): void;
export declare function answerInitQuestionsGCP(io: MockSTDIN, projectId: string, region?: string): void;
export declare function answerScanQuestionsWithNoApp(io: MockSTDIN): void;
export declare function answerScanQuestions(io: MockSTDIN, azureLocation: string): void;