Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

stasis / client-cli

Command-line interface for the client background service.

Structure

This submodule is divided into three main packages:

  • api - interaction with client API
  • cli - CLI command definitions
  • render - command output rendering and API data transformation

Development

To get started with development of client-cli, run source venv/bin/activate and pip install -e .; this will setup your virtual environment and install the packages needed for client-cli.

To run linting and all tests, execute ./qa.py.