npm package diff
Package: @forge/cli-shared
Versions: 8.3.0-next.0-experimental-8a53773 - 8.3.0-next.2
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.',