Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 780 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 780 Bytes

A Shell to bring completion on Skydive Gremlin Queries

asciicast

It brings completions on

  • Skydive query steps: limit, flows, count,...
  • has metadatas: keywords and values
  • capture IDs

And several display modes

  • json: raw output
  • pretty: only general attributes are displayed

that can be set with the command set format pretty

Installation

pip install skydive-shell

or python setup.py install

Running tests

python setup.py test

Known Limitations... contributions are welcome!

  • Some steps are missing
  • Predicates (within, ...) are not supported
  • Authentification is not supported by CLI options