Skip to content

nlewo/skydive-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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