Space Definition Through the Admin CLI

To use the Admin CLI tool to define a space, you must first connect to the desired metaspace using the connect command, and then use the define space or create space command.

The following example shows the use of the define space CLI command:

define space name 'myspace' (field name 'key' type 'integer', field name 'value' type 'string') key (fields('key'))