[
https://issues.apache.org/jira/browse/IGNITE-17133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Pochatkin reassigned IGNITE-17133:
------------------------------------------
Assignee: Mikhail Pochatkin (was: Vadim Pakhnushev)
> 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
> 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.10#820010)