| 1 | import { existsSync, writeFileSync } from 'fs'; |
| 2 | import { join, relative } from 'path'; |
| 3 | import { PromptObject } from 'prompts'; |
| 4 | import { cliPrint, formatSecrets, promptQuestions, readAwsSecrets, readIntegrationInfo, runAndHandleErrors } from '../'; |
nothing calls this directly
no test coverage detected