An interactive command-line InfluxDB cli.
Inspired by pgcli, http-prompt
Python 3.6+, *nix system.
It hasn't tested on Windows.
To install use pip:
$ pip install influx-prompt
Or clone the repo:
$ git clone https://github.com/RPing/influx-prompt.git
$ python setup.py install
influx-prompt -h
/ --help
to list all options.
Ctrl+d / exit
to exit.
Dead simple.
- Fork to your repo
- install
pipenv
pipenv shell
pipenv install --dev
- Finish your work, and use
tox
&flake8
to test. - Pull requests!
A man who can't live without autocomplete, Stephen Chen
python-prompt-toolkit, and of course, InfluxDB.
MIT