Aleksandr created IGNITE-19035:
----------------------------------
Summary: Use table format for `cli config show`
Key: IGNITE-19035
URL: https://issues.apache.org/jira/browse/IGNITE-19035
Project: Ignite
Issue Type: Improvement
Components: cli
Reporter: Aleksandr
Looking at the result of `cli config show`:
{code:bash}
[ignitecli_internal]
current_profile=default
ignite.cluster-endpoint-url=http://127.0.0.1:10300
ignite.trust-store-path=/Users/apakhomov/ignite-3/modules/cli/src/integrationTest/resources/ssl/truststore.jks
ignite.trust-store-password=changeit
ignite.rest.trust-store.path=/Users/apakhomov/ignite-3/modules/cli/src/integrationTest/resources/ssl/truststore.jks
ignite.rest.trust-store.password=changeit
ignite.rest.key-store.path=/Users/apakhomov/ignite-3/modules/cli/src/integrationTest/resources/ssl/keystore.p12
ignite.rest.key-store.password=changeit
{code}
It looks messy and hard to read. We can use table format to display cli
configuration.
- use a table format
- add --plain option that will use the old format
--
This message was sent by Atlassian Jira
(v8.20.10#820010)