-config
|
-Inspects and updates Ignite cluster configuration. |
+bootsrap
|
+ |
+Installs Ignite core modules locally. Previously init. |
+
+
+clear
|
+ |
+Clears the terminal. |
+
+
+cli config
|
+ |
+Gets all CLI tool configuration values. |
+
+
+cli config get
|
+<config key-value>
|
+Gets the value of the specified CLI tool configuration. |
+
+
+cli config set
|
+<config key-value>
|
+Sets the value of the specified CLI tool configuration. |
+
+
+cluster init
|
+[--cluster-url] ←-meta-storage-node> [--cmg-node]
|
+Initializes the cluster on the specified URL. |
+
+
+cluster show
|
+[--cluster-url]
|
+Displays the detailed status of the specified cluster. |
+
+
+cluster config show
|
+[--cluster-url] [--selector]
|
+Gets the configuration of the specified cluster. |
+
+
+cluster config update
|
+[--cluster-url] <config in HOCON format>
|
+Updates the configuration of the cluster with the provided configuration in HOCON format. |
-config get
|
-Gets current Ignite cluster configuration values. |
+connect
|
+[--cluster-url] |
+Connects to the specified cluster, or localhost:3000 if no cluster url is specified. All subsequent commands use the specified cluster url. |
-config set
|
-Updates Ignite cluster configuration values. |
+disconnect
|
+ |
+Disconnects from the cluster. |
-init
|
-Installs Ignite core modules locally. |
+exit
|
+ |
+Stops current interactive session. |
-module
|
-Manages optional Ignite modules and external artifacts. |
+help
|
+<command>
|
+Provides information on available commands, or for specific command if the command parameter is specified. |
-module list
|
-Shows the list of available optional Ignite modules. |
+node classpath
|
+ |
+Shows the current classpath used by Ignite nodes. |
-module add
|
-Adds an optional Ignite module or an external artifact. |
+node config show
|
+[--node-url][--selector]
|
+Gets the local node configuration. |
-module remove
|
-Adds an optional Ignite module or an external artifact. |
+node config update
|
+[--node-url] <config in HOCON format>
|
+Updates the local node configuration with the provided configuration in HOCON format. |
-node
|
-Starts, stops, and manages locally running Ignite nodes. |
+node list
|
+ |
+Shows the list of currently running local Ignite nodes. |
node start
|
+[--config] <nodeName>
|
Starts an Ignite node locally. |
node stop
|
+<nodeName>
|
Stops a locally running Ignite node. |
-node classpath
|
-Shows the current classpath used by the Ignite nodes. |
+status
|
+--cluster-url
|
+Shows the status of the default cluster, or a different one if cluster-url is provided. |
-node list
|
+sql
|
+[--cluster-url][--script-file] <query>
|
+Executes the specified SQL query. |
+
+
+version
|
+ |
+Displays current CLI tool version. |
+
+
+