> For the complete documentation index, see [llms.txt](https://boomi.markusschmidt.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boomi.markusschmidt.pro/boomi-console/command-collection/reveal-a-process.md).

# Reveal a Process

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

<pre class="language-batch"><code class="lang-batch"><strong>.\bc comp get /c {componentId} /outdir {dir} /t compList.csv /Children=Independent
</strong></code></pre>

Inspect your output directory to see the reveal components. Play also with [parent and children arguments](/boomi-console/commands/arguments/common-arguments.md#component-trees), as well as the */deployableOnly* argument (see also [Deployment Task Document](/boomi-console/command-collection/command-collection-1.md)).

If you specify the optional `/t compList.csv` parameter (see [https://github.com/MarkusSchmidtPro/MSPro.Boomi.Console/blob/main/doc/command-collection/broken-reference/README.md](https://github.com/MarkusSchmidtPro/MSPro.Boomi.Console/blob/main/doc/command-collection/broken-reference/README.md "mention")) you will get an output like this:

<figure><img src="/files/3vMQNfAbx2D4erytMKrM" alt=""><figcaption><p>compList:CSV output</p></figcaption></figure>
