npm package diff

Package: @forge/cli-shared

Versions: 5.4.0-next.2 - 5.4.0-next.3

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -598,8 +598,10 @@
     installList: {
         cmd: 'list app installations',
         banner: `\nShowing all the current installations of your app:`,
         noResourceId: 'Unknown site with no resource ID',
+        noCloudId: 'Unknown workspace with no cloud ID',
+        bbNoResourceId: 'Unknown bitbucket workspace with no resource ID',
         noInstallations: `The app is not installed anywhere.\nRun ${forge('install')} to install your app on an Atlassian site.\n`
     },
     tunnel: {
         cmd: 'start a tunnel to connect your local code with the app running in the development environment',