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

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

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

<figure><img src="/files/PjUkiSpswDL3h4Q6h8my" alt=""><figcaption><p>Deployment Overview for example: BC <code>DEPLOY GET /c 54222e4e-e9c1 -t deployOverview.csv</code></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/commands/deploy/deploy-info-1.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.
