You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.log("The 'Skip' option cannot be combined with other environment variable options. Please choose either 'Skip' or one or more of the other available options.",'error');
534
+
this.exit(1);
535
+
}
529
536
if(includes(variablePreparationType,'Import variables from a stack')){
530
537
awaitthis.importEnvFromStack();
531
538
}
532
539
if(includes(variablePreparationType,'Manually add custom variables to the list')){
533
540
awaitthis.promptForEnvValues();
534
541
}
535
-
if(includes(variablePreparationType,'Import variables from the local env file')){
542
+
if(includes(variablePreparationType,'Import variables from the .env.local file')){
'[optional] Provide a variable type. <options: Import variables from a stack|Manually add custom variables to the list|Import variables from the local env file>',
65
+
'[optional] Provide a variable type. <options: Import variables from a stack|Manually add custom variables to the list|Import variables from the .env.local file|Skip>',
0 commit comments