Metadata-Version: 2.4
Name: ossentinel-cli
Version: 1.0.0
Summary: Command-line interface for the Vigil compliance toolkit
Author-email: Schmidt Peter Daniel <peterschmidt5575@gmail.com>
License: Apache-2.0
Keywords: cli,compliance,license,sbom,supply-chain
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: ossentinel-core>=1.0.0
Requires-Dist: ossentinel-licenses>=1.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typer[all]>=0.12.0
Description-Content-Type: text/markdown

# vigil-cli

Command-line interface for the Vigil compliance toolkit.

Part of the [Vigil](https://github.com/schmidtpeterdaniel/vigil) compliance toolkit.

## Install

```bash
pip install vigil-cli
```

## Usage

```bash
# Scan current environment
vigil scan

# Scan with a policy file
vigil scan --policy vigil.yaml

# Generate an HTML report
vigil scan --format html --output report.html

# Check for license conflicts
vigil licenses check --policy vigil.yaml
```

## License

Apache-2.0
