GET - Deployments and Packages

Get component deployment information

bc DEPLOY GET /env=Cloud;Local /t=deployedPackages.csv

This commands queries all deployed packages for the given component(s) from the provided environments.

DEPLOY GET Arguments

If no environment is specified, all environments are considered which are configured in yourWorkspace configuration file.

If you specify a template - I recommend using deployOverview.CSV - the list of deployed components is rendered using a Deployed Packages DataSet.

Deployment Overview for example: BC DEPLOY GET /c 54222e4e-e9c1 -t deployOverview.csv

Last updated