npm package diff
Package: @forge/cli-shared
Versions: 6.8.0-next.26 - 6.8.0-next.27
File: package/out/ui/text.js
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -87,15 +87,15 @@
empty: '--license argument requires a value. Supported values are active, inactive, and trial'
},
licenseModesOverrideErrors: {
prodEnvNotSupported: '--license-modes and --users-with-access options are not supported in production environments',
- empty: '--license-modes option list is empty. Provide a space-separated list of license mode. Supported values are user_access and agent. \nFor example: install --license-modes user_access --users-with-access aaid1',
- invalid: 'Invalid --license-modes option value. Supported values are user_access and agent',
+ empty: '--license-modes option list is empty. Provide a space-separated list of license mode. Supported values are user-access. \nFor example: install --license-modes user-access --users-with-access aaid1',
+ invalid: 'Invalid --license-modes option value. Supported values are user-access',
userWithAccessRequired: '--users-with-access option is required when specifying --license-modes option'
},
userWithAccessOverrideErrors: {
prodEnvNotSupported: '--license-modes and --users-with-access options are not supported in production environments',
- empty: '--users-with-access option list is empty. Provide a space-separated list of Atlassian Account IDs(aaid). \nFor example: install --license-modes user_access --users-with-access aaid1 aaid2',
+ empty: '--users-with-access option list is empty. Provide a space-separated list of Atlassian Account IDs(aaid). \nFor example: install --license-modes user-access --users-with-access aaid1 aaid2',
countSize: (maxSizeOfUsersWithAccess) => `User limit exceeded. The --users-with-access option allows a maximum of ${maxSizeOfUsersWithAccess} users.`,
licenseModeRequired: '--license-modes option is required when specifying --users-with-access option'
},
multipleMatchingInstallations: 'Multiple matching installations found for the provided context when only one was expected',
@@ -703,10 +703,10 @@
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',
optionUpgrade: 'upgrade an existing installation',
optionLicense: 'specify the license value for the app (allowed values: active, standard, advanced, inactive, and trial)',
- optionLicenseModes: '[This feature is under development] specify the list of license mode value for the app (allowed values: user-access, agent)',
- optionUsersWithAccess: '[This feature is under development] specify the list of Atlassian Account IDs(aaid) for users who have access to the app',
+ optionLicenseModes: 'specify the list of license mode value for the app (allowed values: user-access)',
+ optionUsersWithAccess: 'specify the list of Atlassian Account IDs(aaid) for users who have access to the app',
listScopes: (scopes) => `Your app will be installed with the following scopes:\n${scopes
.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`,