PakhomovAlexander commented on code in PR #986:
URL: https://github.com/apache/ignite-3/pull/986#discussion_r943617744
##########
modules/cli/src/main/java/org/apache/ignite/cli/commands/cluster/status/ClusterStatusReplSubCommand.java:
##########
@@ -58,7 +60,7 @@ public void run() {
} else if (session.isConnectedToNode()) {
inputUrl = session.nodeUrl();
} else {
- spec.commandLine().getErr().println("You are not connected to
node. Run 'connect' command or use '--cluster-url' option.");
+
spec.commandLine().getErr().println(CONNECT_OR_USE_CLUSTER_URL_MESSAGE.render());
Review Comment:
Agreed, but I think this is out of the scope of this ticket.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]