Skip to content

nisanharamati/cqlsh_standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ;)

About

Standalone CQLSH executable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages