Orphaned Components
Get components which are not referenced
.\bc REPORT COMP ORPHANED
/f "20 - #ServiceReferences/**"
/t orphanedComponents.csv
The command collects all components from a given Folder which are not referenced by any other component - orphaned. This list of components is sent to the render engine where it is turned into an output.
Last updated