Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions src/commands/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,6 @@ export default async function exportCMD(params: ExportParams) {
// Setup context and load
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!
================================================`);
log.info('Export Successful');
}
12 changes: 0 additions & 12 deletions src/commands/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,4 @@ 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!
================================================`);
}