@forge/cli

11.3.0-next.5-experimental-c9be08711.3.0-next.8-experimental-900adc2
out/installations/installation-helper.js
out/installations/installation-helper.js
+1−1
Index: package/out/installations/installation-helper.js
===================================================================
--- package/out/installations/installation-helper.js
+++ package/out/installations/installation-helper.js
@@ -15,9 +15,9 @@
 }
 exports.validateInstallationId = validateInstallationId;
 async function selectSingleInstallation(ui, installations, installationTablePrompt, installationTableOverview) {
     const hasSecondaryInstallations = installations.some(({ secondaryProducts }) => secondaryProducts?.length);
-    const installationIndex = await ui.promptForSingleChoiceTable(installationTablePrompt, installationTableOverview, ['Environment', 'Site', hasSecondaryInstallations ? 'Product(s)' : 'Product', 'Major Version'], installations.map(({ id, environmentKey, product, secondaryProducts, site, version }) => ({
+    const installationIndex = await ui.promptForSingleChoiceTable(installationTablePrompt, installationTableOverview, ['Environment', 'Site', hasSecondaryInstallations ? 'Context(s)' : 'Context', 'Major Version'], installations.map(({ id, environmentKey, product, secondaryProducts, site, version }) => ({
         names: [
             (0, cli_shared_1.environmentToOption)(environmentKey),
             site,
             (0, cli_shared_1.productsDisplayName)(product, secondaryProducts),