@forge/cli
11.0.011.0.1-next.14
out/installations/uninstall-app.jsout/installations/uninstall-app.js+1
Index: package/out/installations/uninstall-app.js
===================================================================
--- package/out/installations/uninstall-app.js
+++ package/out/installations/uninstall-app.js
@@ -31,8 +31,9 @@
const uninstallOutput = await this.client.uninstallMultipleApps(appsInstallInfo.map((installInfo) => ({
appId,
environmentKey: installInfo.environmentKey,
installationId: installInfo.id,
+ installationContext: installInfo.context,
async: true
})));
return appsInstallInfo.map(({ product, site, environmentKey }, index) => ({
product,