npm package diff

Package: @forge/cli-shared

Versions: 6.6.1-next.19 - 6.6.1-next.20

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -83,10 +83,10 @@
             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 value is user_access. \nFor example: install --license-modes user_access --users-with-access aaid1',
-            invalid: 'Invalid --license-modes option value. Supported value is user_access',
+            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',
             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',
@@ -708,9 +708,9 @@
         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, inactive, and trial)',
-        optionLicenseModes: '[This feature is under development] specify the list of license mode value for the app (allowed values: user-access)',
+        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',
         listScopes: (scopes) => `Your app will be installed with the following scopes:\n${scopes
             .map(({ name, requiresInteractiveConsent }) => `- ${name}${requiresInteractiveConsent ? ' (requires user consent)' : ''}`)
             .join('\n')}\n`,