As-built dependency map
Full workflow
Complete guide (limitations, CI, published lens): as-built-dependency-map
Why use CCE
Architecture diagrams describe intent; production code describes reality. Teams onboarding to a legacy service need an as-built map of external APIs, cloud services, and SDKs actually invoked — not what's declared in README files.
CCE produces a code-derived dependency map from static call sites, complementing runtime service meshes and APM.
Example command
cce -folder . -language AUTO -filter cloud -format json -output scan.json