# Deployed Components Overview

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

<figure><img src="https://856602315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJ5pAMZk3evA8VCVuQL%2Fuploads%2Fgit-blob-d31512353cd6191789266b0b7578c0d12fd7e87f%2Fimage%20(9).png?alt=media" 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](https://boomi.markusschmidt.pro/boomi-console/library/packages) 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.
