@forge/cli
11.5.0-next.11-experimental-9e772ae11.5.0-next.23
out/command-line/controller/deploy-controller.js~
out/command-line/controller/deploy-controller.jsModified+2−1
Index: package/out/command-line/controller/deploy-controller.js
===================================================================
--- package/out/command-line/controller/deploy-controller.js
+++ package/out/command-line/controller/deploy-controller.js
@@ -179,9 +179,10 @@
}
async run({ environment, verify, nonInteractive, majorVersion, buildTag }) {
const { id } = await this.appConfigProvider();
const appDetails = await this.getAppEnvironmentDetails(id, environment, nonInteractive);
- this.deployView.displayStart(environment, appDetails.environmentType);
+ appDetails.buildTag = buildTag;
+ this.deployView.displayStart(environment, appDetails.environmentType, buildTag);
let hasConnectKeyChanged = false;
let hasConnectKeyDeleted = false;
if (verify && !buildTag) {
await this.verifyPreDeployment(environment);