npm package diff
Package: @forge/cli-shared
Versions: 8.3.1-next.1-experimental-b695d2e - 8.4.0-next.5
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',