Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

connect

Connects to a cluster. This is a REPL-only command.

command specdescription
connect [--cluster-url]Create a session for the cluster, i.e. subsequent commands do not require the cluster URL anymore

disconnect

Disconnects the current session. This is a REPL-only command.

command specdescription
disconnectDisconnect the current session

status

REPL mode

command specdescription
status [--cluster-url]
Show

Shows the status of the

connected cluster OR
--

default cluster or a different one if cluster-url is

used to retrieve the status

provided

non-REPL mode

command specdescription
status [--cluster-url]
Show
Shows the status of the
 cluster
default cluster or a different one if cluster-url is provided

cluster init

Initializes cluster in a way described in IEP-77.

REPL mode

command specdescription
cluster init [--cluster-url]<--meta-storage-node>[--cmg-node]

Initialize the connected cluster

non-REPL mode

command specdescription
ignite cluster init [--cluster-url]<--meta-storage-node>[--cmg-node]

Initialize the cluster

meta-storage-node is a list with a minimum 1 argument, cmg-node is a list but could be empty.

...