A CLI for every service which exposes a Swagger specification endpoint.
Run the below commands in your terminal to install the libraries
cd Aftermath
pip3 install -r requirements.txt
To start a CLI session run:
python main.py -url <swagger-spec-url>
e.g:
python main.py -url http://petstore.swagger.io/v2/swagger.json
This project relies on rich (https://github.com/willmcgugan/rich) python library.