npm package diff
Package: @forge/cli-shared
Versions: 6.8.0-next.27 - 6.8.0-next.28
File: package/out/ui/text.js
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -736,9 +736,10 @@
noDeploymentFound: (environment) => `Forge apps must be deployed before installation. Deploy your app by running ${forge('deploy', '-e', (0, environment_1.environmentToOption)(environment))}.`,
permissionsDeniedInstructions: (requestId, appId) => `Insufficient permissions to install app (requestId: ${requestId})` +
'\n\nTo install the app on this site, generate an installation link ' +
'in the developer console and share it with the site admin: ' +
- `https://developer.atlassian.com/console/myapps/${appId}/distribution`
+ `https://developer.atlassian.com/console/myapps/${appId}/distribution`,
+ appendRequestIdToErrorMessage: (message, requestId) => `${message} For more help on this issue, please reach out to support ${buildTerminalLink('(https://developer.atlassian.com/support)')} and provide them the following request ID: ${requestId}`
},
failedAll: (site, environment) => `Your app in ${(0, environment_1.environmentToOption)(environment)} was not installed to any contexts on ${chalk_1.default.bold(site)}.`,
security: {
banner: (site) => `\n${chalk_1.default.gray('=== ')}Security questions\n