File tree Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -68,17 +68,6 @@ export default async function exportCMD(params: ExportParams) {
68
68
// Setup context and load
69
69
const context = await setupContext ( nconf . get ( ) , 'export' ) ;
70
70
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.
79
71
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' ) ;
84
73
}
Original file line number Diff line number Diff line change @@ -61,16 +61,4 @@ export default async function importCMD(params: ImportParams) {
61
61
await toolsDeploy ( context . assets , context . mgmtClient , config ) ;
62
62
63
63
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
- ================================================` ) ;
76
64
}
You can’t perform that action at this time.
0 commit comments