File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -60,4 +60,15 @@ 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
+ ======= 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
+ ================================================` ) ;
63
74
}
Original file line number Diff line number Diff line change @@ -52,4 +52,15 @@ 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
+ ======= 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
+ ================================================` ) ;
55
66
}
You can’t perform that action at this time.
0 commit comments