Skip to main content
Version: 3.0.0

CLI Configuration Parameters

CLI Configuration Parameters

ignite.jdbc.key-store.path=
ignite.cluster-endpoint-url=http://localhost:10300
ignite.jdbc.client-auth=
ignite.rest.key-store.password=
ignite.jdbc.key-store.password=
ignite.cli.sql.multiline=true
ignite.cli.syntax-highlighting=true
ignite.rest.trust-store.path=
ignite.jdbc.trust-store.password=
ignite.auth.basic.username=
ignite.jdbc-url=jdbc:ignite:thin://127.0.0.1:10800
ignite.rest.key-store.path=
ignite.rest.trust-store.password=
ignite.jdbc.trust-store.path=
ignite.auth.basic.password=
PropertyDefaultDescription
ignite.jdbc.key-store.pathPath to the JDBC keystore file.
ignite.cluster-endpoint-urlhttp://127.0.1.1:10300
ignite.jdbc.client-authIf JDBC client authorization is enabled in CLI.
ignite.rest.key-store.password
ignite.jdbc.key-store.password
ignite.cli.sql.multilinetrueEnables multiline input mode for SQL commands in the CLI.
ignite.cli.syntax-highlightingtrueEnables syntax highlighting in CLI output.
ignite.rest.trust-store.path
ignite.jdbc.trust-store.password
ignite.auth.basic.username
ignite.jdbc-urljdbc:ignite:thin://127.0.0.1:10800
ignite.rest.key-store.path
ignite.rest.trust-store.password
ignite.jdbc.trust-store.path
ignite.auth.basic.password

Configuration Profiles

Apache Ignite CLI supports configuration profiles to manage different sets of settings.

Use the following commands to create and manage profiles:

  • Create a new configuration profile:
cli config create <profile_name>
  • Switch to an existing profile:
cli config activate <profile_name>
  • Display all available profiles:
cli config list
  • Display the currently used profile with all custom settings:
cli config show

Each profile stores its own CLI-specific settings, allowing isolated configurations for different use cases.