> 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/deployed-components-overview.md).

# Deployed Components Overview

```powershell
.\bc DEPLOY GET /c {compId},{compId2} /wd {dir} 
```

<figure><img src="/files/cp3K46ThYtH9xS0Hd0d3" alt=""><figcaption><p>Output CSV in Visual Studion Code</p></figcaption></figure>

## Use a component package

{% hint style="info" %}
**TIP**

Personally, I use [component packages](/boomi-console/library/packages.md) when I work in a sprint. For example: `<Workspace>\Packages\Work\Sprint_2103\iPack.jsonc` contains all the processes I am working on in that particual sprint.
{% endhint %}

Getting a deployment overview or even performing a deployment for a package looks like that:

```
bc deploy get /p Sprint_2103 /t deployOverview.csv
```

All outputs go to the package folder so that you have evrything for that sprint together in one single filder.
