Aleksandr created IGNITE-25193:
----------------------------------

             Summary: config update multiline mode
                 Key: IGNITE-25193
                 URL: https://issues.apache.org/jira/browse/IGNITE-25193
             Project: Ignite
          Issue Type: Improvement
          Components: cli
            Reporter: Aleksandr


I can type in interactive mode this: 

{code:shell}
[node1]> node config update ignite { clientConnector={} } 
{code}

and it works, the config is sent to the node. 

The configuration itself might be very big. And what I want is to have 
multiline support for such configurations, for example:

{code:shell}
[node1]> node config update ignite { clientConnector={ // hit <enter here>
>  // continue type config here 
> // end here
> } } 
[node1]>
{code}

This would drastically improve the UX. Currently this is a pain to work with 
the config that more then 120 characters long.





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

Reply via email to