File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -60,4 +60,16 @@ export default async function exportCMD(params: ExportParams) {
60
60
const context = await setupContext ( nconf . get ( ) , 'export' ) ;
61
61
await context . dump ( ) ;
62
62
log . info ( 'Export Successful' ) ;
63
+
64
+ log . info ( `
65
+ ================================================
66
+ ======= Help us improve Auth0 Deploy CLI =======
67
+ ================================================
68
+ We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help.
69
+ 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.
70
+
71
+ ===> https://www.surveymonkey.com/r/LZKMPFN <===
72
+
73
+ Thank you for helping us make Auth0 Deploy CLI better for everyone!
74
+ ================================================` ) ;
63
75
}
Original file line number Diff line number Diff line change @@ -52,4 +52,16 @@ export default async function importCMD(params: ImportParams) {
52
52
await toolsDeploy ( context . assets , context . mgmtClient , config ) ;
53
53
54
54
log . info ( 'Import Successful' ) ;
55
+
56
+ log . info ( `
57
+ ================================================
58
+ ======= Help us improve Auth0 Deploy CLI =======
59
+ ================================================
60
+ We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help.
61
+ 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.
62
+
63
+ ===> https://www.surveymonkey.com/r/LZKMPFN <===
64
+
65
+ Thank you for helping us make Auth0 Deploy CLI better for everyone!
66
+ ================================================` ) ;
55
67
}
You can’t perform that action at this time.
0 commit comments