[
https://issues.apache.org/jira/browse/IGNITE-26234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr updated IGNITE-26234:
-------------------------------
Labels: ignite-3 (was: )
> Node selector in CLI
> --------------------
>
> Key: IGNITE-26234
> URL: https://issues.apache.org/jira/browse/IGNITE-26234
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr
> Assignee: Aleksandr
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> We have several CLI commands that take node list as an argument like --nodes
> node1, node2, node4. The complete list of such commands should be clarified
> here.
> I think I can develop a “node selector” that is kinda “smart autocomplete“
> for such arguments. Then the UX will be like:
> > command --name r1 --exec-nodes<TAB>
> *node1 node2 node3 <ENTER>
> > command --name r1 --exec-nodes=node1,<TAB>
> node2 *node3 <ENTER>
> > command --name r1 --exec-nodes=node1,node3
--
This message was sent by Atlassian Jira
(v8.20.10#820010)