# GET - Deployments and Packages

```batch
bc DEPLOY GET /env=Cloud;Local /t=deployedPackages.csv
```

This commands queries all deployed packages for the given component(s) from the provided environments.

{% content-ref url="../arguments/deploy-arguments/deploy-get-arguments" %}
[deploy-get-arguments](https://boomi.markusschmidt.pro/boomi-console/commands/arguments/deploy-arguments/deploy-get-arguments)
{% endcontent-ref %}

If no environment is specified, all environments are considered which are configured in your[atomsphere.config-json](https://boomi.markusschmidt.pro/boomi-console/library/configuration-files/atomsphere.config-json "mention").

If you specify a template - I recommend using `deployOverview.CSV` - the list of deployed components is rendered using a [deploy-dataset](https://boomi.markusschmidt.pro/boomi-console/library/the-report-engine/the-render-dataset/deploy-dataset "mention").

<figure><img src="https://856602315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJ5pAMZk3evA8VCVuQL%2Fuploads%2Fgit-blob-f5819d3755455bad03588ce298e1466f10653cc0%2Fimage%20(11).png?alt=media" alt=""><figcaption><p>Deployment Overview for example: BC <code>DEPLOY GET /c 54222e4e-e9c1 -t deployOverview.csv</code></p></figcaption></figure>
