REPL

You can also work with mets-cli in REPL mode. This allows for a more continuous work flow that's more convenient to some developers while investigating issues.

Open

metis-cli
View All Supported Commands
help()
View detailed help of a specific command.
doc(command-name)

Auto Complete

Some of the commands has built-in auto complete. When you start typing, the CLI suggest parameter's values or relevant objects. You can also click twice on TAB to see all relevant options.
Example - The command connect() expects an existing connection name to a database. The auto completion suggests a connection name from the list of existing connections. Tapping TAB twice will show all possible connections.
Auto Complete