UNPKG

@dev-thought/nx-deploy-it

Version:

[![npm version](https://badge.fury.io/js/%40dev-thought%2Fnx-deploy-it.svg)](https://www.npmjs.com/package/@dev-thought/nx-deploy-it) [![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?color=blue&style=flat-square)](http://opensource.

14 lines (13 loc) 670 B
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;