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
// Auto enable verbose to avoid verbose async listener in VerboseModeEnabler which will causes issue when executing multiple commands
30
+
// Auto enable verbose to avoid verbose async listener in VerboseModeEnabler which will cause issue when executing multiple commands
38
31
IO::enableVerbose();
32
+
IO::writeln(sprintf(
33
+
"Starting Interactive Shell Session for [%s] in the [%s] environment",
34
+
Styles::green($brefCloudConfig['appName']),
35
+
Styles::red($brefCloudConfig['environmentName']),
36
+
));
39
37
40
-
$config = Configuration::fromInput($input);
41
-
$shellOutput = $config->getOutput();
42
-
$shellOutput->writeln(sprintf("Starting Interactive Shell Session for <string>[%s]</string> in the <string>[%s]</string> environment", Styles::green($appName), Styles::red($environmentName)));
0 commit comments