npm package diff
Package: @forge/cli-shared
Versions: 6.8.0-next.7 - 6.8.0-next.8
Modified: package/out/ui/text.js
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -61,9 +61,9 @@
outdatedCLIVersion: (installed, latest) => `Warning: Your version of Forge CLI is out of date. We recommend you update to the latest version to get the latest features and bug fixes.` +
`\nRun ${command('npm', 'install', '-g', `${cli_details_1.FORGE_CLI_PACKAGE}@latest`)} to update from version ${chalk_1.default.bold(installed)} to ${chalk_1.default.bold(latest)}.` +
`\n`,
outdatedNodeVersion: (compatibleNodeVersion, currentNodeVersion) => fatalError(`Unsupported Node.js version. The CLI requires Node.js ${compatibleNodeVersion}, but you're using Node.js ${currentNodeVersion}.`),
- missingProductNameValue: 'Product parameter requires a product name. Rerun the command with a valid product name.',
+ missingProductNameValue: 'Parameter requires a context name. Rerun the command with a valid context name.',
invalidContext: (validContexts) => `Invalid context. Rerun ${chalk_1.default.bold('forge install')} with ${validContexts.length > 0
? `one of the following valid contexts: ${validContexts.join(', ')}`
: 'a valid context'}.`,
missingSiteUrlValue: 'Site parameter requires a site URL. Rerun the command with a valid site URL.',
@@ -114,11 +114,11 @@
}
},
maxSizeOfUsersWithAccess: 10,
installationContext: {
- overviewProduct: 'Select the product your app uses.\n',
- promptProduct: 'Select a product:',
- promptOptionalProducts: 'Select optional products:',
+ overviewProduct: 'Select the context your app uses.\n',
+ promptProduct: 'Select a context:',
+ promptOptionalProducts: 'Select optional 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:'
@@ -127,9 +127,9 @@
overview: `To upgrade your app to use the latest scopes, select it from the list.\n${ctrlC}`,
promptInstallation: 'Select the site or workspace to upgrade:'
},
optionSite: 'site URL (example.atlassian.net)',
- optionProduct: (supportedProducts) => `product (${supportedProducts.join(', ')})`,
+ optionProduct: (supportedProducts) => `context (${supportedProducts.join(', ')})`,
optionVerbose: 'enable verbose mode',
optionJson: 'output results in JSON format',
invalidCmd: (command) => `’${command}’ is not a Forge command.`,
invalidCmdHelp: `Run ${forge('--help')} to see the full list of available commands.`,
@@ -559,9 +559,9 @@
banner: 'Select properties that you are interested in:',
info: 'Note: Changes to the properties below may trigger major version updates in Atlassian systems.\n',
headers: ['Property', 'Description'],
descriptions: {
- scopes: 'Product scopes that the app has access to',
+ scopes: 'Context scopes that the app has access to',
egress: 'Network permissions',
policies: 'Content security policies (Custom UI)',
functions: 'Function modules used by the app',
modules: 'Modules used by the app (other than functions & remotes)',
@@ -690,11 +690,11 @@
},
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 product, ${chalk_1.default.bold(product)}.`,
- installingToRequiredProduct: (product) => `\nYour app will be installed into your required product, ${chalk_1.default.bold(product)}. Once this is done, you can install your app into any optional products.\n`,
- installingToOptionalProduct: (product) => `\nThis app will be installed as an optional product on ${product}.\n`,
+ 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`,
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',
@@ -706,9 +706,9 @@
.map(({ name, requiresInteractiveConsent }) => `- ${name}${requiresInteractiveConsent ? ' (requires user consent)' : ''}`)
.join('\n')}\n`,
listEgressAddresses: (egressAddresses) => `Your app will exchange data with the following urls:\n${egressAddresses.map((url) => `- ${url}`).join('\n')}\n`,
permissionsMismatch: (environment) => `The scopes or egress URLs in the manifest are different from the scopes in your most recent deployment to ${(0, environment_1.environmentToOption)(environment)}. Try running ${forge('deploy', '-e', (0, environment_1.environmentToOption)(environment))} before installing.\n`,
- multiProductScopesDetected: (productsToInstall, productsToUpgrade, site, environment) => `\nWe detected your app requires scopes across multiple products.\nRun ${forge('install')} for each of the following:\n${itemList([
+ multiProductScopesDetected: (productsToInstall, productsToUpgrade, site, environment) => `\nWe detected your app requires scopes across multiple contexts.\nRun ${forge('install')} for each of the following:\n${itemList([
...productsToUpgrade.map((product) => forge('install', '--upgrade', '-p', (0, case_1.capital)(product), '-s', site, '-e', (0, environment_1.environmentToOption)(environment))),
...productsToInstall.map((product) => forge('install', '-p', (0, case_1.capital)(product), '-s', site, '-e', (0, environment_1.environmentToOption)(environment)))
])}`,
promptForPermissionsConfirmation: (permissionsMismatchInDevelopment) => permissionsMismatchInDevelopment
@@ -734,9 +734,9 @@
'\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`
},
- failedAll: (site, environment) => `Your app in ${(0, environment_1.environmentToOption)(environment)} was not installed to any products on ${chalk_1.default.bold(site)}.`,
+ 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
Forge apps installed on ${site} must comply with our corporate security guidelines.
Read the guidelines on the page below before answering the required security questions:
Modified: package/package.json
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "@forge/cli-shared",
- "version": "6.8.0-next.7",
+ "version": "6.8.0-next.8",
"description": "Common functionality for Forge CLI",
"author": "Atlassian",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "out/index.js",
Modified: package/CHANGELOG.md
Large diffs are not rendered by default.