npm package diff
Package: @forge/cli-shared
Versions: 8.3.1-next.3 - 8.3.1-next.1-experimental-b4d61da
File: package/out/ui/text.js
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -994,8 +994,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: `Showing latest deployments of your app:`,
+ noDeployments: `No deployments found for this app.\nRun ${forge('deploy')} to deploy your app to an environment.`
+ },
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',