CommandContextImpl(String defaultControllerHost, int defaultControllerPort, String username, char[] password, boolean initConsole)
throws CliInitializationException {
config = CliConfigImpl.load(this);
operationHandler = new OperationRequestHandler();
this.username = username;
this.password = password;
if (defaultControllerHost != null) {
this.defaultControllerHost = defaultControllerHost;