> 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/commands/deploy/deploy-info-1.md).

# GET - Deployments and Packages

Get component deployment information

```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="/pages/nnub0RQehGzfu57DULUf" %}
[DEPLOY GET Arguments](/boomi-console/commands/arguments/deploy-arguments/deploy-get-arguments.md)
{% endcontent-ref %}

If no environment is specified, all environments configured in your [Workspace configuration file](/boomi-console/library/configuration-files/atomsphere.config-json.md) will be considered.

If you specify a template - I recommend using `deployOverview.CSV` - the list of deployed components is rendered using a [Deployed Packages DataSet](/boomi-console/library/the-report-engine/the-render-dataset/deploy-dataset.md) (see [The Report Engine](/boomi-console/library/the-report-engine.md)).

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

{% content-ref url="/pages/t1fQp4Bmag8xI5TMMOxK" %}
[Query all deployed packages](/boomi-console/command-collection/query-all-deployed-packages.md)
{% endcontent-ref %}
