[
https://issues.apache.org/jira/browse/IGNITE-25193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr updated IGNITE-25193:
-------------------------------
Description:
I can type in interactive mode this:
{code:sh}
[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:sh}
[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.
was:
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.
> Support multiline mode for config update
> -----------------------------------------
>
> Key: IGNITE-25193
> URL: https://issues.apache.org/jira/browse/IGNITE-25193
> Project: Ignite
> Issue Type: Improvement
> Components: cli
> Reporter: Aleksandr
> Priority: Major
> Labels: ignite-3
>
> I can type in interactive mode this:
> {code:sh}
> [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:sh}
> [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)