bomly-dev/bomly-cli

Free, open-source CLI for dependency intelligence, SBOMs, vulnerability auditing, and CI policy gates.

11Stars on the repository
7Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

diff

01

bomly-dev/bomly-cli

Command

Compare dependency state between two points — two Git refs, two SBOM files, or two container image tags — and report what changed. diff runs the scan pipeline against both states, so the same target flags and gates apply to each side.

11 2d ago A 0 tokens original Apache-2.0

explain

02

bomly-dev/bomly-cli

Command

Answer "why is this package here?" — trace every dependency path that pulls a package into the graph. explain runs the same detect and match stages as scan, then walks the graph from the project roots to the package you named.

11 2d ago A 0 tokens original Apache-2.0

scan

03

bomly-dev/bomly-cli

Command

Resolve a target's dependencies into one consolidated graph, then optionally enrich, analyze, audit, and render it. scan is the pipeline every other graph command builds on — flags you learn here work the same way on explain and diff.

11 2d ago A 0 tokens original Apache-2.0