How to get all the keyspaces in Grakn?

77 views Asked by At

Is there a command in the console that gives me a list of all existing keyspaces? Something like this:

./grakn console -list_keyspaces
1

There are 1 answers

0
Jon T On

once inside grakn console, run

keyspace list 

(from the docs)

UPDATE Grakn 2.0:

grakn server

Then in another terminal

grakn console
database list