[ https://issues.apache.org/jira/browse/IGNITE-19036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vadim Pakhnushev updated IGNITE-19036: -------------------------------------- Description: 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 was: 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 > Add `cli config remove` command > ------------------------------- > > Key: IGNITE-19036 > URL: https://issues.apache.org/jira/browse/IGNITE-19036 > Project: Ignite > Issue Type: Improvement > Components: cli > Reporter: Aleksandr > Assignee: Vadim Pakhnushev > Priority: Minor > Labels: ignite-3 > > 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)