Cyberwatch / cyberwatch_api

Python Api client for the Cyberwatch software
MIT License
4 stars 6 forks source link

Make the cyberwatch-api installation install the cyberwatch-cli program #44

Closed PierreHachard closed 1 year ago

PierreHachard commented 1 year ago

It seems that currently, install the library "cyberwatch-api" does not install the cyberwatch-cli program as it did in the former library

Can we make it so that cyberwatch-cli is automatically installed when running the pip3 install cyberwatch_api command?

Bonus: make it so that cyberwatch-cli also grabs the configuration found in an api.conf file that exists in the current directory, as the library does