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
The `initializeService` is used to initialize CLI's configuration at the beginning and print all warnings related to current environment.
1529
1529
1530
1530
### initialize
1531
-
This method inits CLI's logger and prints all system warnings.
1531
+
This method executes initialization actions based on the passed parameters. In case `loggerOptions` are not passed, the default CLI logger will be used.
1532
+
After initialization, the method will print all system warnings.
0 commit comments