> For the complete documentation index, see [llms.txt](https://boomi.markusschmidt.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boomi.markusschmidt.pro/boomi-console/commands/deploy/deploy-info/promotion-to-env.md).

# 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.

```batch
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.

![](https://856602315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJ5pAMZk3evA8VCVuQL%2Fuploads%2Fgit-blob-71c9c1a09450f776b7dc5f8305ebad62a68cb7d7%2Fimage%20\(22\)%20\(2\).png?alt=media)
