Skip to content

Commit 2d76419

Browse files
committed
Added survey link when user executes import/export command
1 parent 8c8e9ea commit 2d76419

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

src/commands/export.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,15 @@ export default async function exportCMD(params: ExportParams) {
6060
const context = await setupContext(nconf.get(), 'export');
6161
await context.dump();
6262
log.info('Export Successful');
63+
64+
log.info(`================================================
65+
======= Help us improve Auth0 Deploy CLI =======
66+
================================================
67+
We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help.
68+
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.
69+
70+
===> https://www.surveymonkey.com/r/LZKMPF <===
71+
72+
Thank you for helping us make Auth0 Deploy CLI better for everyone!
73+
================================================`);
6374
}

src/commands/import.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,15 @@ export default async function importCMD(params: ImportParams) {
5252
await toolsDeploy(context.assets, context.mgmtClient, config);
5353

5454
log.info('Import Successful');
55+
56+
log.info(`================================================
57+
======= Help us improve Auth0 Deploy CLI =======
58+
================================================
59+
We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help.
60+
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.
61+
62+
===> https://www.surveymonkey.com/r/LZKMPF <===
63+
64+
Thank you for helping us make Auth0 Deploy CLI better for everyone!
65+
================================================`);
5566
}

0 commit comments

Comments
 (0)