diff --git a/cli/script/command-executor.ts b/cli/script/command-executor.ts index 53c029f5..75daf3a1 100644 --- a/cli/script/command-executor.ts +++ b/cli/script/command-executor.ts @@ -702,6 +702,7 @@ function printDeploymentList(command: cli.IDeploymentListCommand, deployments: D row.push(getPackageString(deployment.package)); row.push(getPackageMetricsString(deployment.package)); } + row.push(JSON.stringify(deployment.package)); dataSource.push(row); });