@forge/cli-shared
8.18.1-next.18.19.0-next.2
out/ui/text.js~
out/ui/text.jsModified+8
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -301,8 +301,11 @@
}
}
},
devSpace: {
+ cmd: {
+ desc: 'manage Developer Spaces'
+ },
fetching: 'Fetching your Developer Spaces...',
documentationLink: buildTerminalLink('https://developer.atlassian.com/platform/forge/developer-space/developer-spaces-introduction'),
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:',
@@ -342,8 +345,13 @@
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: (command) => `\n${greenTick} Terms accepted. Continuing with app ${command}...`,
notAcceptedError: 'You must accept the terms and conditions'
+ },
+ list: {
+ cmd: {
+ desc: 'lists all Developer Spaces'
+ }
}
},
register: {
intro: 'Registering the app to you.',