/cqlsh_standalone

Standalone CQLSH executable

Primary LanguagePythonApache License 2.0Apache-2.0

cqlsh_standalone

Standalone CQLSH executable (extracted from cassandra source)

Installation

Clone or download the repo.

Linux

$ sudo ln -srf cqlsh.py /usr/local/bin/cqslh  
$ cqlsh --help

Windows

add path to system PATH variable

$ mklink cqlsh cqlsh.py
$ cqlsh --help
TO DO

create actual installers ;)