npm package diff

Package: @forge/cli-shared

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

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -282,18 +282,21 @@
     },
     devSpace: {
         fetching: 'Fetching your developer spaces...',
         documentationLink: 'https://go.atlassian.com/some-link',
-        noSpacesFound: (documentationLink) => `You are not currently a member of a Developer Space. Please contact an admin to be added to an existing space or create a new one. To learn more about your Developer Space, go to: ${documentationLink}\n`,
+        noSpacesFound: (command, documentationLink) => `You are not currently a member of a Developer Space. You must be a member of a Developer space to ${command} an app. Please contact an admin to be added to an existing space or create a new one. To learn more about your Developer Space, go to: ${documentationLink}\n`,
         selectPrompt: 'Select or create a Developer Space:',
+        assignmentInfo: 'You are about to assign your app to a Developer Space. Once you assign your app to the selected Developer Space, all usage and billing for the app will be managed through this space.',
+        selectionPrompt: 'Please select the Developer Space you want to assign your app to. To learn more about your Developer Space, go to: https://go.atlassian.com/some-link',
         createNewOption: 'Create a new Developer Space',
         createContinuePrompt: 'Do you want to continue?',
         createNewSpaceInfo: (documentationLink) => `\nA new Developer Space will now be created for you. To learn more about your Developer Space, go to: \n${documentationLink}`,
         createMessage: '\nName your Developer Space. The name must be unique and can include dashes, spaces, and underscores.\n',
         createPrompt: 'Enter a name for your Developer Space:',
         nameRequired: 'Developer Space name is required.',
         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}.`,
         error: {
             fetchOrSelect: (errorMessage) => `Failed to fetch or select developer space: ${errorMessage}`,
             create: (errorMessage) => `Failed to create developer space: ${errorMessage}`,
@@ -309,9 +312,9 @@
                 pricing: '    - https://developer.atlassian.com/platform/forge/forge-platform-pricing/'
             },
             pricing: (appName) => `\nIf ${chalk_1.default.cyan(appName)} exceeds the free usage allowance, I agree to be charged monthly for any excess usage based the then-current price above threshold.\n${exports.Text.devSpace.terms.links.pricing}`,
             acceptPrompt: 'Do you accept?',
-            accepted: `\n${greenTick} Terms accepted. Continuing with app creation...`
+            accepted: (command) => `\n${greenTick} Terms accepted. Continuing with app ${command}...`
         }
     },
     register: {
         intro: 'Registering the app to you.',
@@ -991,13 +994,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: `\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',