All environment variables are either read directly from the environment or a .env
file in the execution directory.
The client requires a few secrets to be set in the environment:
Is read from
~/.config/hub
file
To install the CLI dependencies use the following command:
pip install .[cli]
For live development, you can use the following command to install the CLI in editable mode:
pip install -e .[cli]
To see more information about developing the CLI, see the CONTRIBUTING guide.
To use it as a script, you can run it like this:
oss-security-assessments-manager --help