npm package diff
Package: @forge/cli-shared
Versions: 6.8.0-next.11 - 6.8.0-next.12
File: package/out/ui/text.js
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -116,9 +116,9 @@
maxSizeOfUsersWithAccess: 10,
installationContext: {
overviewProduct: 'Select the context your app uses.\n',
promptProduct: 'Select a context:',
- promptOptionalProducts: 'Select optional contexts:',
+ promptOptionalProducts: 'Select compatible contexts:',
overviewSite: '\nEnter your site. For example, your-domain.atlassian.net\n',
overviewWorkspace: '\nEnter your workspace. For example, bitbucket.org/your-workspace\n',
promptSite: 'Enter the site URL:',
promptWorkspace: 'Enter the workspace URL:'
@@ -676,9 +676,9 @@
return `Invalid Egress permissions: ${message}\nLearn more at https://developer.atlassian.com/forge-content-security-and-egress-controls`;
}
},
crossContext: {
- enableError: `Unable to deploy a cross-context app to an environment with an existing installation in a context that is not the required context.\nRun ${chalk_1.default.bold('forge uninstall')} to uninstall your app from optional contexts in this environment before retrying ${chalk_1.default.bold('forge deploy')}.`,
+ enableError: `Unable to deploy a cross-context app to an environment with an existing installation in a context that is not the required context.\nRun ${chalk_1.default.bold('forge uninstall')} to uninstall your app from compatible contexts in this environment before retrying ${chalk_1.default.bold('forge deploy')}.`,
modifyError: `Unable to modify the required context for an environment with existing installations.\nRun ${chalk_1.default.bold('forge uninstall')} to uninstall your app from all contexts in this environment before retrying ${chalk_1.default.bold('forge deploy')}.`
}
},
install: {
@@ -691,10 +691,10 @@
end: (displayTick, product) => `${displayTick ? greenTick + ' ' : ''}Install in ${product} complete!`
},
booleanToScope: (isLatest) => (isLatest ? `(Latest)` : `(Out-of-date)`),
alreadyInstalledInRequiredProduct: (product) => `\nYou have already installed this app into your required context, ${chalk_1.default.bold(product)}.`,
- installingToRequiredProduct: (product) => `\nYour app will be installed into your required context, ${chalk_1.default.bold(product)}. Once this is done, you can install your app into any optional contexts.\n`,
- installingToOptionalProduct: (product) => `\nThis app will be installed as an optional context on ${product}.\n`,
+ installingToRequiredProduct: (product) => `\nYour app will be installed into your required context, ${chalk_1.default.bold(product)}. Once this is done, you can install your app into any compatible contexts.\n`,
+ installingToOptionalProduct: (product) => `\nThis app will be installed as an compatible context on ${product}.\n`,
installConfirmation: (product, site) => `Installing your app onto ${product} on ${site}.\n${ctrlC}\n`,
bannerSite: `\nInstalling your app onto an Atlassian site.\n${ctrlC}\n`,
bannerWorkspace: `\nInstalling your app onto the selected workspace.\n${ctrlC}\n`,
optionConfirmScopes: 'skip confirmation of scopes for the app before installing or upgrading the app',