Run vismo audit -n production to scan every resource in a namespace and list those with no detected source (no Helm/ArgoCD/Flux/etc. fingerprint and no recognized managedFields entries). These orphaned resources are often leftovers from manual interventions. Output a table of KIND / NAME with the detection result. Builds on the existing Analyze() pipeline and source detector registry.
Run
vismo audit -n productionto scan every resource in a namespace and list those with no detected source (no Helm/ArgoCD/Flux/etc. fingerprint and no recognizedmanagedFieldsentries). These orphaned resources are often leftovers from manual interventions. Output a table ofKIND / NAMEwith the detection result. Builds on the existingAnalyze()pipeline and source detector registry.