GET
Get Component Metadata from AtomSphere
Get Component Metadata from AtomSphere and write it to the Out-Folder. OPtionally you can specify a template to render information about all components.
bc COMP GET /c 54222e4e-e9c1-490b-... -t compList.csvThe command uses a resolved list of components and recurses over parent(s) and children to:
store all metadata in the
<OutDir>\MetaDatafolderstore human-readable and re-usbale Component information like SQL statements, Scripts, profiles in
<OutDir>\ComponentsfolderOptionally, specify a template to render the list of all components.

Find orphaned components
comList.CSV reports the number of parents and children of each component. Components with 0 parents could be orphaned. For Processes it can be ok to have zero parents, a mapping with zero parents is simply not referenced: orphaned and subject for deletion.
Component Folder Structure
It is vital that you maintain a good folder structure. The COMP GET command tells you where all child and parent components are located.
If you look carefully at the image above, you will see that my process references a script in 99 - ParkingLot folder. This was definitely not my intention.
Components unleashed
If you want to see your raw script, Json profiles or SQL statements, the Components folder is right for you.

Metadata as XML files
If you want to know where you have used a document property, you may want to search all your Metadata XML files.
Last updated