Reveal an API Component
Write API component information to a specified output folder
Revealing an API component is basically the same as revealing a process. However, an API might have many, many service processes, which are: independent children!
There are basically two options to reveal an API.

Reveal an API component without its service processes
This command retrieves the API component with its dependent child components, only. Dependent child components are profiles, certificates etc.
.\bc comp get /c {apiComponentId} /outdir {dir} /t compList.csv /children dependent
Reveal an API component including all its service processes
This command retrieves the API component with all child components.
.\bc comp get /c {apiComponentId} /outdir {dir} /t compList.csv /children all
Last updated