I tried exporting cassandra keyspace from windows single node instance on CQlshell command with the following command
cqlsh> -e 'DESCRIBE keypspace demo' > dump.cql
it's not working for me. I am using cassandra version of 3.5.0 and cqlsh version of 5.0.1 and CQL spec 3.4.0. What I am missing here?
PS: I do need to export data along with schema