Skip to content

Commit

Permalink
Merge branch 'master' into feature/DXCDT-643
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal authored Jul 16, 2024
2 parents 1819069 + 846c02c commit 1c70019
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/commands/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,16 @@ export default async function exportCMD(params: ExportParams) {
const context = await setupContext(nconf.get(), 'export');
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.
===> https://www.surveymonkey.com/r/LZKMPFN <===
Thank you for helping us make Auth0 Deploy CLI better for everyone!
================================================`);
}
12 changes: 12 additions & 0 deletions src/commands/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,16 @@ export default async function importCMD(params: ImportParams) {
await toolsDeploy(context.assets, context.mgmtClient, config);

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.
===> https://www.surveymonkey.com/r/LZKMPFN <===
Thank you for helping us make Auth0 Deploy CLI better for everyone!
================================================`);
}

0 comments on commit 1c70019

Please sign in to comment.