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 the status of the connected cluster OR
--cluster-url is used to retrieve the status

non-REPL mode

command specdescription
status [--cluster-url]Show the status of the cluster default url it used of --cluster-url is not passed cluster

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.

...