diff --git a/src/commands/export.ts b/src/commands/export.ts index 4839a965e..9c721d94d 100644 --- a/src/commands/export.ts +++ b/src/commands/export.ts @@ -61,14 +61,15 @@ export default async function exportCMD(params: ExportParams) { await context.dump(); log.info('Export Successful'); - log.info(`================================================ - ======= Help us improve Auth0 Deploy CLI ======= - ================================================ - We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help. - We've put together a brief survey to understand how you use Deploy CLI, what you love about it, and where you think we can do better. + log.info(` + ================================================ + ======= Help us improve Auth0 Deploy CLI ======= + ================================================ + We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help. + We've put together a brief survey to understand how you use Deploy CLI, what you love about it, and where you think we can do better. - ===> https://www.surveymonkey.com/r/LZKMPFN <=== + ===> https://www.surveymonkey.com/r/LZKMPFN <=== - Thank you for helping us make Auth0 Deploy CLI better for everyone! - ================================================`); + Thank you for helping us make Auth0 Deploy CLI better for everyone! + ================================================`); } diff --git a/src/commands/import.ts b/src/commands/import.ts index f0f252bfb..ce81bc2ad 100644 --- a/src/commands/import.ts +++ b/src/commands/import.ts @@ -53,14 +53,15 @@ export default async function importCMD(params: ImportParams) { log.info('Import Successful'); - log.info(`================================================ - ======= Help us improve Auth0 Deploy CLI ======= - ================================================ - We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help. - We've put together a brief survey to understand how you use Deploy CLI, what you love about it, and where you think we can do better. + log.info(` + ================================================ + ======= Help us improve Auth0 Deploy CLI ======= + ================================================ + We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help. + We've put together a brief survey to understand how you use Deploy CLI, what you love about it, and where you think we can do better. - ===> https://www.surveymonkey.com/r/LZKMPFN <=== + ===> https://www.surveymonkey.com/r/LZKMPFN <=== - Thank you for helping us make Auth0 Deploy CLI better for everyone! - ================================================`); + Thank you for helping us make Auth0 Deploy CLI better for everyone! + ================================================`); }