npm package diff

Package: @forge/cli-shared

Versions: 8.3.0-next.0-experimental-ab129b0 - 8.3.0-next.0-experimental-47556b0

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -991,8 +991,13 @@
         noCloudId: 'Unknown workspace with no cloud ID',
         noResourceIdInWorkspace: 'Unknown workspace with no resource ID',
         noInstallations: `The app is not installed anywhere.\nRun ${forge('install')} to install your app on an Atlassian site.\n`
     },
+    deployList: {
+        cmd: 'list app deployments',
+        banner: `\nShowing latest deployments of your app:`,
+        noDeployments: `No deployments found for this app.\nRun ${forge('deploy')} to deploy your app to an environment.\n`
+    },
     tunnel: {
         cmd: 'start a tunnel to connect your local code with the app running in the development environment',
         optionDebugger: 'enable debugger mode',
         debuggerPort: 'starting port to use for debugging, multiple handlers will get subsequent ports. It is only used for Node runtime debugger',