Skip to content

nlewo/skydive-shell

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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