npm package diff

Package: @forge/cli

Versions: 10.6.0-next.15 - 10.6.0-next.18

File: package/out/command-line/view/deploy-view.js

Index: package/out/command-line/view/deploy-view.js
===================================================================
--- package/out/command-line/view/deploy-view.js
+++ package/out/command-line/view/deploy-view.js
@@ -47,8 +47,11 @@
     }
     displayMPACAppConnectKeyChangeError(mpacAppKey, connectKey) {
         this.ui.info(cli_shared_1.Text.deploy.connectKeyChange.mpacAppConnectKeyChangeError(mpacAppKey, connectKey));
     }
+    displayConnectKeyMutationInProductionError(migrationKey, connectKey) {
+        this.ui.info(cli_shared_1.Text.deploy.connectKeyChange.connectKeyMutationInProductionError(migrationKey, connectKey));
+    }
     displayEnvironmentCreationWarning(environment) {
         this.ui.emptyLine();
         this.ui.warn(cli_shared_1.Text.env.warn.envWillBeCreated(environment));
         this.ui.emptyLine();