Aleksandr created IGNITE-19036:
----------------------------------
Summary: Add `cli config remove` command
Key: IGNITE-19036
URL: https://issues.apache.org/jira/browse/IGNITE-19036
Project: Ignite
Issue Type: Improvement
Reporter: Aleksandr
We have `cli config get/set/show` but we don't have `cli config remove`. It
might be useful when a user made a mistake setting some value, for example:
{code:bash}
cli config set ignitee.cluster-endpoint=...
{code}
This configuration key will always be displayed but it is useless. The user
might want to remove this key.
- add `cli config remove` command that will remove the configuration by key
- add dynamic completions for the key
--
This message was sent by Atlassian Jira
(v8.20.10#820010)