# PACK Arguments

<details>

<summary>/PackageVersion, /v</summary>

By providing a package version the command will retrieve all [packaged component](/boomi-console/help-text/component-package-vs-packaged-component.md)s with the same package version and then it will resolve all components (incl. the version) referenced by the package.

This is very useful, for example, when you want get or document a deployed set of components.

` bc comp doc`` `` `**`/PackageVersion`**` `` ``2024-07-23-msc.01m `

[Allow Multi](/boomi-console/commands/arguments/common-arguments/allow-multi.md)

</details>

<details>

<summary>/PackageId, /p</summary>

By providing a package Id the command will retrieve all components of the specified [packaged component](/boomi-console/help-text/component-package-vs-packaged-component.md). .

` bc comp doc`` `` `**`/PackageId`** ca27faab-159d-...

[Allow Multi](/boomi-console/commands/arguments/common-arguments/allow-multi.md)

</details>

<details>

<summary>/DeployedOnly</summary>

Default = false

When /ComponentId is specified only deployed packages will be considered.

</details>

<details>

<summary>/MaxPackages</summary>

Default = 2

The maximum number of packaged components which will be considered for the same Main Component.

</details>


---

# 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/arguments/pack-arguments.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.
