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.
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 UserIdentcomes from your user configuration.
bc deploy exec -DstEnv 01-DEV
{/c <ComponentID> | /p <ComponentPackageFileName>}
-DeploymentNote "This is my deplyoment"
-PackagedComponentNote "This is a package note"

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:

Last updated