# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://boomi.markusschmidt.pro/boomi-console/command-collection/reveal-a-process.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
