Orphaned Components
Get components which are not referenced
.\bc REPORT COMP ORPHANED
/f "20 - #ServiceReferences/**"
/t orphanedComponents.csvThe 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.
See also: Render Engine specific arguments for Templates.
/Folder - /f
Specify a full or partial folder name/path by using the * wildcard character. The provided (wildcarded) Folder is used to select matching folder full pathes from the repository.
Please notice that the account part of a folder's full name is ignored. An Runtime full path - as returned by the API - normally starts with the name of the current account. This account information is truncated from the full path because it is alwys the same - we are working on a single account, only. For example: "Boomi_MarkusSchmidt"
"FolderFullPath":
"Boomi_MarkusSchmidt/#SFTP Services/StageRecords/Process",`*/MyFolderrefers to all folders that end with taht name; with no more sub-folders. The last part of the folder's full path is MyFolder (ends-with)./20 - #ServiceReferencesrefers to exactly that (root) folder/20 - #ServiceReferences/**refers to that folder and all sub-foldersand so on ...
Last updated