You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vadim Pakhnushev (Jira)" <ji...@apache.org> on 2022/06/08 09:44:00 UTC

[jira] [Created] (IGNITE-17133) Implement user flow for CLI

Vadim Pakhnushev created IGNITE-17133:
-----------------------------------------

             Summary: Implement user flow for CLI
                 Key: IGNITE-17133
                 URL: https://issues.apache.org/jira/browse/IGNITE-17133
             Project: Ignite
          Issue Type: Task
            Reporter: Vadim Pakhnushev
            Assignee: Vadim Pakhnushev


In the REPL mode, allow the user to flow through the sequence of commands after bootstrapping local cluster or starting a node.
{code:bash}
[disconnected]> bootstrap
....
Apache Ignite is successfully initialized. Do you want to start a new local node? [Y/n]
[disconnected]> y
Enter a name for the new local node:
[disconnected]> test1
Starting a new Ignite node...
...
Node is successfully started. To stop, type node stop test1
Do you want to connect to the new node? [Y/n]
[disconnected]> y 
Connected to http://localhost:10300
[http://localhost:10300]>
{code}
In order to autoconnect to the node we need to know the node url.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)