Skip to content

Simple cli tool for Redash API (Unofficial)

License

Notifications You must be signed in to change notification settings

koooge/redash-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Build status Maintainability Test Coverage Go Report Card GoDoc

redash-cli

A single binary client tool for Redash.

Install

Download from Release page

$ wget -qO- https://github.com/koooge/redash-cli/releases/download/0.1.0/redash_$(uname -s)_amd64_0.1.0.tar.gz | tar zx
$ sudo mv redash /usr/local/bin/

$ redash version
0.1.0

Usage

$ redash config [--profile <value>]
endpoint_url: <Redash's url>
api_key: <Your API key>

$ redash list-queries

More about redash-cli