npm package diff

Package: @forge/cli-shared

Versions: 8.3.1-next.1-experimental-b4d61da - 8.3.1-next.4

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -241,8 +241,9 @@
         intro: (givenDirectory) => `Creating an app in directory ${chalk_1.default.bold(givenDirectory)}.\n`,
         introWithCurrentDirectory: (currentDirectory) => `Creating an app in your current directory:\n\n    ${chalk_1.default.bold(currentDirectory)}\n`,
         optionTemplate: 'specify the template to use',
         optionDirectory: 'specify the directory to create (uses the template name by default)',
+        optionSpace: 'specify the developer space id to use',
         overviewAppName: `\nName your app. The app name can include dashes, spaces, and underscores.\n`,
         overviewTemplates: '\nStart with a template. Each template contains the required files to be a valid app.\n',
         waitTemplates: 'Getting template list...',
         promptName: 'Enter a name for your app:',
@@ -296,8 +297,10 @@
         createInProgress: 'Creating your Developer Space...',
         contributingToSpace: (name) => `${greenTick} You are contributing to this Developer Space: ${name}.\n`,
         assigningToSpace: (name) => `${greenTick} You are assigning your app to this Developer Space: ${name}.\n`,
         createdAndContributing: (name) => `A Developer Space has been created for you. You are contributing to this Developer Space: ${name}.`,
+        invalidSpaceName: (spaceName) => `Developer space does not exist or you do not have access to it.`,
+        invalidSpaceId: (spaceId) => `Developer space id is not a valid UUID.`,
         error: {
             fetchOrSelect: (errorMessage) => `Failed to fetch or select developer space: ${errorMessage}`,
             create: (errorMessage) => `Failed to create developer space: ${errorMessage}`,
             selectedNotFound: 'Selected developer space not found',
@@ -994,13 +997,8 @@
         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',