An open-source project providing a comprehensive bill of materials (BoM) for Kubernetes clusters, detailing their components, dependencies, and configurations. Simplify cluster management and auditing with a structured and extensible codex.
brew install clx
or
make build
clx generate
generates a BOM file for your Kubernetes cluster.
clx generate [flags]
Optional flags include:
Flags:
-f, --format string [optional] cyclonedx-json (default "cyclonedx-json")
-o, --out-path string [optional] Path to write generated file to.
-h, --help [optional] help for generate