Reveal a Process

Write component information to a specified output folder

Sometimes it is useful to reveal a component and write all information to a specfic folder.

.\bc comp get /c {componentId} /outdir {dir} /t compList.csv /Children=Independent

Inspect your output directory to see the reveal components. Play also with parent and children arguments, as well as the /deployableOnly argument (see also Deployment Task Document).

If you specify the optional /t compList.csv parameter (see ) you will get an output like this:

compList:CSV output

Last updated