# PACK Arguments

<details>

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

By providing a package version the command will retrieve all [packaged component](https://boomi.markusschmidt.pro/boomi-console/help-text/component-package-vs-packaged-component)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](https://boomi.markusschmidt.pro/boomi-console/commands/arguments/common-arguments/allow-multi "mention")

</details>

<details>

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

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

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

[allow-multi](https://boomi.markusschmidt.pro/boomi-console/commands/arguments/common-arguments/allow-multi "mention")

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