PACK Arguments

/PackageVersion, /v

By providing a package version the command will retrieve all packaged components 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

/PackageId, /p

By providing a package Id the command will retrieve all components of the specified packaged component. .

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

Allow Multi

/DeployedOnly

Default = false

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

/MaxPackages

Default = 2

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

Last updated