Deployment from Repos

Deploy a component (or Component Package)

To package and deploy a component from repository to any environment specify the target (/DstEnv) environment, only, and omit the /SrcEnv option - source is always the repository.

bc deploy exec -DstEnv 01-DEV 
  {/c <ComponentID> | /p <ComponentPackageFileName>} 
  -DeploymentNote "This is my deplyoment" 
  -PackagedComponentNote "This is a package note"
Deployment History
Packaged Components

If you use Component Set you can pefectly see that all components within a package are packaged and deplyoed using the same (Component) Package version:

Two components in a Component Package, using Component Package deployments

Last updated