Deployed Components Overview

Overview of deployed components to different environments

.\bc DEPLOY GET /c {compId},{compId2} /wd {dir} 
Output CSV in Visual Studion Code

Use a component package

TIP

Personally, I use component packages when I work in a sprint. For example: <Workspace>\Packages\Work\Sprint_2103\iPack.jsonc contains all the processes I am working on in that particual sprint.

Getting a deployment overview or even performing a deployment for a package looks like that:

bc deploy get /p Sprint_2103 /t deployOverview.csv

All outputs go to the package folder so that you have evrything for that sprint together in one single filder.

Last updated