cqlient

command module
v0.0.0-...-77dc806 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2024 License: MIT Imports: 7 Imported by: 0

README

cqlient

Terminal client for sending CQL commands to Cassandra.

Installation

First make sure that GOPATH is set. Then run go install github.com/emillamm/cqlient@latest.

Usage

Flags:
  -command string
    	CQL command to execute
  -host string
    	Cassandra host. Defaults to localhost. (default "localhost")
  -keyspace string
    	Cassandra Keyspace
  -pass string
    	Password - will not use authentication if not set
  -port int
    	Cassandra host port. Defaults to 9042. (default 9042)
  -user string
    	Username - will not use authentication if not set

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL