[ 
https://issues.apache.org/jira/browse/IGNITE-17133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mikhail Pochatkin updated IGNITE-17133:
---------------------------------------
    Description: 
In the REPL mode, allow the user to flow through the sequence of commands in 
case when we can help user to made some additional 
{code:bash}
[disconnected]> cluster config show
You are not connected to node. Do you want to connect to the default node 
node_address ? [Y/n] "
[disconnected]> y
Connected to  node_address
...
config_output
[node_address]> 
{code}

This ticket should provide architecture of user-flow with implementation which 
will provide easy way to create any flow in future. 

  was:
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.


> 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: Mikhail Pochatkin
>            Priority: Major
>              Labels: ignite-3, ignite-3-cli-tool
>
> In the REPL mode, allow the user to flow through the sequence of commands in 
> case when we can help user to made some additional 
> {code:bash}
> [disconnected]> cluster config show
> You are not connected to node. Do you want to connect to the default node 
> node_address ? [Y/n] "
> [disconnected]> y
> Connected to  node_address
> ...
> config_output
> [node_address]> 
> {code}
> This ticket should provide architecture of user-flow with implementation 
> which will provide easy way to create any flow in future. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to