Deploy Components

DEPLOY EXEC Command examples

Personally, I strongly recommend using Component Sets for deployment.

However, you can also deploy or promote single components using the /c argument.

After executing a deployment I recommend creating a deployment report using the DEPLOY GET command -> deployedPackages.csv.

Deploy to a target environment
.\bc DEPLOY EXEC /c {compId} /dstEnv=01-DEV
.\bc DEPLOY GET  /c {compId} /o {dir}
Promote to a target environment
.\bc DEPLOY EXEC /p {packName} /srcEnv=01-DEV /dstEnv=02-TEST
.\bc DEPLOY GET  /p {packName}

Last updated