Command-line interface for the client background service.
This submodule is divided into three main packages:
api- interaction withclientAPIcli- CLI command definitionsrender- command output rendering and API data transformation
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.