sbom management commands

3 tagged sbom management, measured the same way as everything else here.

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 3d 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 3d 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 3d ago A 0 tokens original Apache-2.0