Command Line InterfaceΒΆ
The CLI tool primarily using pipenv to manage dependencies and pip virtual environments to not mismatch dependencies.
# Install dependencies and virtual environment
pipenv install
# [option] Install system wide
pipenv install --system
Once installed, you can just call the module using the following command(s):
# Using pipenv script
pipenv run main --help
# ... or
pipenv run python -m ghascompliance