Promotion to Env

Promoting a Component (or Component Package) to the next environment

To promote a component from any source environment to any number of destination environments, using the /SrcEnv and /DstEnv options. You can specify any number of destination environments in a ';' separated list, to promote components to multiple environments in a single run.

bc deploy exec --componentid <YourCompId> 
  {/c <ComponentID> | /p <ComponentPackageFileName>} 
  /DstEnv 02-Test;03-PreProd
  /DeploymentNote "DEV Test Success"

Check your Deployments to see the deployment from Repos to 01-DEV and then the Promotion with the same version number but a different comment.

Last updated