Closed PierreHachard closed 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
cyberwatch-cli
Can we make it so that cyberwatch-cli is automatically installed when running the pip3 install cyberwatch_api command?
pip3 install cyberwatch_api
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
api.conf
It seems that currently, install the library "cyberwatch-api" does not install the
cyberwatch-cli
program as it did in the former libraryCan we make it so that
cyberwatch-cli
is automatically installed when running thepip3 install cyberwatch_api
command?Bonus: make it so that
cyberwatch-cli
also grabs the configuration found in anapi.conf
file that exists in the current directory, as the library does