Skip to content

Commit 8301686

Browse files
authored
Removed survey link from import/export command (#1039)
remove survey prompt from export and import commands
1 parent 6c1db3d commit 8301686

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

src/commands/export.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,6 @@ export default async function exportCMD(params: ExportParams) {
6868
// Setup context and load
6969
const context = await setupContext(nconf.get(), 'export');
7070
await context.dump();
71-
log.info('Export Successful');
72-
73-
log.info(`
74-
================================================
75-
======= Help us improve Auth0 Deploy CLI =======
76-
================================================
77-
We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help.
78-
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.
7971

80-
===> https://www.surveymonkey.com/r/LZKMPFN <===
81-
82-
Thank you for helping us make Auth0 Deploy CLI better for everyone!
83-
================================================`);
72+
log.info('Export Successful');
8473
}

src/commands/import.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,4 @@ export default async function importCMD(params: ImportParams) {
6161
await toolsDeploy(context.assets, context.mgmtClient, config);
6262

6363
log.info('Import Successful');
64-
65-
log.info(`
66-
================================================
67-
======= Help us improve Auth0 Deploy CLI =======
68-
================================================
69-
We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help.
70-
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.
71-
72-
===> https://www.surveymonkey.com/r/LZKMPFN <===
73-
74-
Thank you for helping us make Auth0 Deploy CLI better for everyone!
75-
================================================`);
7664
}

0 commit comments

Comments
 (0)