> 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/deployment-from-repos.md).

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

{% hint style="success" %}
The `DEPLOY EXEC` command will automatically and always create a version for your deployed component:

`yyyy-MM-dd-<UserIdent>.<YourSeqNo:00>`

`SeqNo` will be calculated based on your number of deployments from today.\
The `UserIdent`comes from your [user configuration](https://github.com/MarkusSchmidtPro/MSPro.Boomi.Console/blob/main/doc/commands/deploy/deploy-info/broken-reference/README.md).
{% endhint %}

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

<figure><img src="https://856602315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJ5pAMZk3evA8VCVuQL%2Fuploads%2Fgit-blob-6f16694da9b8bef9cc0b3675deaa92c1f8bd30bf%2Fimage%20(77).png?alt=media" alt=""><figcaption><p>Deployment History</p></figcaption></figure>

<figure><img src="https://856602315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJ5pAMZk3evA8VCVuQL%2Fuploads%2Fgit-blob-5388cf6e3a04285c66c330924523754feb3f5ae5%2Fimage%20(94).png?alt=media" alt=""><figcaption><p>Packaged Components</p></figcaption></figure>

If you use [Component Set](/boomi-console/library/packages.md) you can pefectly see that all components within a package are packaged and deplyoed using the same (Component) Package version:

<figure><img src="https://856602315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJ5pAMZk3evA8VCVuQL%2Fuploads%2Fgit-blob-3b783e2a9c43267584f749462f237a5ea6d18fe1%2Fimage%20(71).png?alt=media" alt=""><figcaption><p>Two components in a Component Package, using Component Package deployments</p></figcaption></figure>
