@forge/cli-shared
8.25.0-next.48.25.0-next.5
out/ui/text.js~
out/ui/text.jsModified+2
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -981,8 +981,10 @@
])}`,
promptForPermissionsConfirmation: (permissionsMismatchInDevelopment) => permissionsMismatchInDevelopment
? 'Are you sure you want to continue installing the app?'
: 'Do you want to continue?',
+ installationLimitWarning: 'Warning: Site exceeds recommended app limit\n' +
+ 'This site has more than 100 apps installed. Exceeding this limit may cause future installations to fail.',
success: {
banner: (envKey, envType, product, site) => `Your app in the ${exports.Text.env.displayEnvironment(envKey, envType)} environment is now installed in ${product} on ${buildTerminalLink(site)}. You can install the app into other Atlassian apps by running the ${chalk_1.default.bold('forge install')} command again.`
},
error: {