CycloneDX / sbom-utility

Utility that provides an API platform for validating, querying and managing BOM data
Apache License 2.0
93 stars 13 forks source link

Normalize and export all utility commands and their parameters #60

Closed mrutkows closed 11 months ago

mrutkows commented 11 months ago

The functions (commands) provided from the utility, although designed for command-line usage have value if invoked from Go language applications that can import and link the utility as a library (package). With this in mind, this issue seeks to better organize all commands to be invoked apart from the command line framework and utilize the BOM data structure itself as a context.