@forge/cli 11.3.0-next.8-experimental-900adc2 → 11.3.1-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/CHANGELOG.md +391 -6
  2. package/npm-shrinkwrap.json +49 -46
  3. package/out/autocomplete/autocomplete-config.json +3 -0
  4. package/out/bin/cli.d.ts.map +1 -1
  5. package/out/command-line/controller/install-controller.d.ts +5 -3
  6. package/out/command-line/controller/install-controller.d.ts.map +1 -1
  7. package/out/command-line/controller/install-controller.js +45 -28
  8. package/out/command-line/controller/version-controller.d.ts.map +1 -1
  9. package/out/command-line/controller/version-controller.js +4 -0
  10. package/out/command-line/dependency-injection.d.ts +2 -0
  11. package/out/command-line/dependency-injection.d.ts.map +1 -1
  12. package/out/command-line/dependency-injection.js +5 -2
  13. package/out/command-line/index.d.ts.map +1 -1
  14. package/out/command-line/index.js +2 -0
  15. package/out/command-line/register-app-commands.d.ts.map +1 -1
  16. package/out/command-line/register-app-commands.js +1 -1
  17. package/out/command-line/register-containers-commands.d.ts +3 -0
  18. package/out/command-line/register-containers-commands.d.ts.map +1 -0
  19. package/out/command-line/register-containers-commands.js +165 -0
  20. package/out/command-line/register-installation-commands.d.ts.map +1 -1
  21. package/out/command-line/register-installation-commands.js +7 -1
  22. package/out/command-line/register-tunnel-commands.d.ts.map +1 -1
  23. package/out/command-line/register-tunnel-commands.js +1 -0
  24. package/out/command-line/register-webtrigger-commands.js +4 -4
  25. package/out/command-line/uninstall-command-helpers.d.ts +2 -1
  26. package/out/command-line/uninstall-command-helpers.d.ts.map +1 -1
  27. package/out/command-line/uninstall-command-helpers.js +17 -1
  28. package/out/command-line/view/version-view.d.ts.map +1 -1
  29. package/out/command-line/view/version-view.js +22 -1
  30. package/out/containers/container-command.d.ts +19 -0
  31. package/out/containers/container-command.d.ts.map +1 -0
  32. package/out/containers/container-command.js +159 -0
  33. package/out/containers/index.d.ts +2 -0
  34. package/out/containers/index.d.ts.map +1 -0
  35. package/out/containers/index.js +4 -0
  36. package/out/deploy/deployer/deployer.d.ts.map +1 -1
  37. package/out/deploy/deployer/deployer.js +1 -0
  38. package/out/deploy/packager/runtime-bundler.d.ts +3 -3
  39. package/out/deploy/packager/runtime-bundler.d.ts.map +1 -1
  40. package/out/deploy/packager/runtime-bundler.js +11 -10
  41. package/out/installations/graphql-client.d.ts +1 -0
  42. package/out/installations/graphql-client.d.ts.map +1 -1
  43. package/out/installations/graphql-client.js +24 -10
  44. package/out/service/installation-service.d.ts +1 -0
  45. package/out/service/installation-service.d.ts.map +1 -1
  46. package/out/service/version-service.d.ts +10 -0
  47. package/out/service/version-service.d.ts.map +1 -1
  48. package/out/service/version-service.js +12 -0
  49. package/out/version/graphql-client.d.ts.map +1 -1
  50. package/out/version/graphql-client.js +2 -0
  51. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,36 +1,421 @@
1
1
  # @forge/cli
2
2
 
3
- ## 11.3.0-next.8-experimental-900adc2
3
+ ## 11.3.1-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2051059]
8
+ - @forge/manifest@9.1.0-next.2
9
+ - @forge/bundler@4.22.1-next.4
10
+ - @forge/cli-shared@6.9.0-next.3
11
+ - @forge/lint@5.7.4-next.4
12
+ - @forge/tunnel@5.10.2-next.4
13
+
14
+ ## 11.3.1-next.3
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [14a1075]
19
+ - Updated dependencies [042ef75]
20
+ - @forge/tunnel@5.10.2-next.3
21
+ - @forge/cli-shared@6.9.0-next.2
22
+ - @forge/bundler@4.22.1-next.3
23
+ - @forge/lint@5.7.4-next.3
24
+
25
+ ## 11.3.1-next.2
26
+
27
+ ### Patch Changes
28
+
29
+ - 0881ee9: Update module artifacts and types
30
+ - Updated dependencies [0881ee9]
31
+ - @forge/manifest@9.1.0-next.1
32
+ - @forge/bundler@4.22.1-next.2
33
+ - @forge/cli-shared@6.8.1-next.1
34
+ - @forge/lint@5.7.4-next.2
35
+ - @forge/tunnel@5.10.2-next.2
36
+
37
+ ## 11.3.1-next.1
38
+
39
+ ### Patch Changes
40
+
41
+ - @forge/lint@5.7.4-next.1
42
+ - @forge/tunnel@5.10.2-next.1
43
+ - @forge/bundler@4.22.1-next.1
44
+
45
+ ## 11.3.1-next.0
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [680704b]
50
+ - @forge/manifest@9.1.0-next.0
51
+ - @forge/bundler@4.22.1-next.0
52
+ - @forge/cli-shared@6.8.1-next.0
53
+ - @forge/lint@5.7.4-next.0
54
+ - @forge/tunnel@5.10.2-next.0
55
+
56
+ ## 11.3.0
4
57
 
5
58
  ### Minor Changes
6
59
 
60
+ - 2c0e151: Added new 'containers' command
61
+ - 1a9af0b: Add support for analytics to be displayed in the version commands
62
+ - f12ec8a: Providing request id in forge cli for installation/upgrade failures to contact support with faster traceability
63
+ - 4b083be: Option to bundle applications using TypeScript
7
64
  - d156658: Switch the `forge create` flow to select product context first
8
65
 
9
66
  ### Patch Changes
10
67
 
68
+ - f9c2880: Add support for --no-verify during tunnel
69
+ - ed5089a: Display more manifest perms validation errors
70
+ - 3a510c5: Improve XPA uninstall wording
71
+ - 7243788: Displaying all product options and fixing wording
11
72
  - 2cdac63: forge install should list all scopes
12
73
  - 9d231e9: switch the `forge create` cross-context flow to use the new `app.contexts` manifest format
13
74
  - 0aad197: Change product wording to context
75
+ - 61f499c: Fix XPA upgrade wording
76
+ - b865468: Fix crash when installing an XPA app
14
77
  - 999a9d0: Update error messages for deployment
78
+ - 017e68f: fix displaying scopes for forge upgrade
79
+ - d0cb567: License Decoupling: removed agent license mode, added support for user-access license mode in cli
80
+ - 7d8339b: verify installation exists before upgrading
81
+ - 473052d: Ensure i18n resources are included in resolver bundles
82
+ - 30779a6: Clean up shrinkwrap to support npm remote cache
83
+ - 7a83fd9: Uninstall: Automatically select optional contexts when the required one is selected
84
+ - 336f74f: Support serving i18n resources while using `forge tunnel`
15
85
  - 210360b: Refactor text functions for easier read and maintenance
16
86
  - b4cee28: Fix uninstall message
87
+ - Updated dependencies [f9c2880]
88
+ - Updated dependencies [3a510c5]
89
+ - Updated dependencies [2c0e151]
90
+ - Updated dependencies [7243788]
91
+ - Updated dependencies [acf1edf]
92
+ - Updated dependencies [2204d8d]
93
+ - Updated dependencies [2d5a0e6]
17
94
  - Updated dependencies [2cdac63]
95
+ - Updated dependencies [c57e34a]
18
96
  - Updated dependencies [9d231e9]
19
97
  - Updated dependencies [0aad197]
98
+ - Updated dependencies [61f499c]
99
+ - Updated dependencies [b51be39]
100
+ - Updated dependencies [1a9af0b]
20
101
  - Updated dependencies [999a9d0]
102
+ - Updated dependencies [7f46df4]
103
+ - Updated dependencies [d0cb567]
104
+ - Updated dependencies [7d8339b]
105
+ - Updated dependencies [f12ec8a]
106
+ - Updated dependencies [8410c2d]
107
+ - Updated dependencies [4b083be]
21
108
  - Updated dependencies [94e48b9]
109
+ - Updated dependencies [bd12e28]
110
+ - Updated dependencies [0dfb15d]
22
111
  - Updated dependencies [d156658]
112
+ - Updated dependencies [7a83fd9]
113
+ - Updated dependencies [0dd4e3b]
23
114
  - Updated dependencies [b503084]
115
+ - Updated dependencies [8c34ca3]
116
+ - Updated dependencies [336f74f]
24
117
  - Updated dependencies [210360b]
25
118
  - Updated dependencies [a7db2e6]
119
+ - Updated dependencies [e404ba0]
26
120
  - Updated dependencies [64daaa5]
121
+ - Updated dependencies [99739ec]
27
122
  - Updated dependencies [3a703de]
28
123
  - Updated dependencies [003b1ed]
29
- - @forge/cli-shared@6.8.0-next.8-experimental-900adc2
30
- - @forge/manifest@8.9.0-next.3-experimental-900adc2
31
- - @forge/bundler@4.21.1-next.8-experimental-900adc2
32
- - @forge/lint@5.7.3-next.8-experimental-900adc2
33
- - @forge/tunnel@5.10.1-next.8-experimental-900adc2
124
+ - @forge/cli-shared@6.8.0
125
+ - @forge/tunnel@5.10.1
126
+ - @forge/manifest@9.0.0
127
+ - @forge/bundler@4.22.0
128
+ - @forge/lint@5.7.3
129
+ - @forge/i18n@0.0.5
130
+
131
+ ## 11.3.0-next.34
132
+
133
+ ### Patch Changes
134
+
135
+ - Updated dependencies [0dd4e3b]
136
+ - @forge/manifest@9.0.0-next.14
137
+ - @forge/bundler@4.22.0-next.31
138
+ - @forge/cli-shared@6.8.0-next.29
139
+ - @forge/lint@5.7.3-next.30
140
+ - @forge/tunnel@5.10.1-next.32
141
+
142
+ ## 11.3.0-next.33
143
+
144
+ ### Minor Changes
145
+
146
+ - f12ec8a: Providing request id in forge cli for installation/upgrade failures to contact support with faster traceability
147
+
148
+ ### Patch Changes
149
+
150
+ - Updated dependencies [f12ec8a]
151
+ - @forge/cli-shared@6.8.0-next.28
152
+ - @forge/bundler@4.22.0-next.30
153
+ - @forge/lint@5.7.3-next.29
154
+ - @forge/tunnel@5.10.1-next.31
155
+
156
+ ## 11.3.0-next.32
157
+
158
+ ### Patch Changes
159
+
160
+ - Updated dependencies [7f46df4]
161
+ - @forge/bundler@4.22.0-next.29
162
+ - @forge/tunnel@5.10.1-next.30
163
+
164
+ ## 11.3.0-next.31
165
+
166
+ ### Patch Changes
167
+
168
+ - d0cb567: License Decoupling: removed agent license mode, added support for user-access license mode in cli
169
+ - Updated dependencies [d0cb567]
170
+ - @forge/cli-shared@6.8.0-next.27
171
+ - @forge/bundler@4.22.0-next.28
172
+ - @forge/lint@5.7.3-next.28
173
+ - @forge/tunnel@5.10.1-next.29
174
+
175
+ ## 11.3.0-next.30
176
+
177
+ ### Patch Changes
178
+
179
+ - 30779a6: Clean up shrinkwrap to support npm remote cache
180
+
181
+ ## 11.3.0-next.29
182
+
183
+ ### Minor Changes
184
+
185
+ - 2c0e151: Added new 'containers' command
186
+
187
+ ### Patch Changes
188
+
189
+ - Updated dependencies [2c0e151]
190
+ - @forge/cli-shared@6.8.0-next.26
191
+ - @forge/bundler@4.22.0-next.27
192
+ - @forge/lint@5.7.3-next.27
193
+ - @forge/tunnel@5.10.1-next.28
194
+
195
+ ## 11.3.0-next.28
196
+
197
+ ### Patch Changes
198
+
199
+ - Updated dependencies [2d5a0e6]
200
+ - Updated dependencies [99739ec]
201
+ - @forge/manifest@9.0.0-next.13
202
+ - @forge/bundler@4.22.0-next.26
203
+ - @forge/cli-shared@6.8.0-next.25
204
+ - @forge/lint@5.7.3-next.26
205
+ - @forge/tunnel@5.10.1-next.27
206
+
207
+ ## 11.3.0-next.27
208
+
209
+ ### Minor Changes
210
+
211
+ - 1a9af0b: Add support for analytics to be displayed in the version commands
212
+
213
+ ### Patch Changes
214
+
215
+ - Updated dependencies [1a9af0b]
216
+ - Updated dependencies [8c34ca3]
217
+ - @forge/cli-shared@6.8.0-next.24
218
+ - @forge/manifest@8.9.0-next.12
219
+ - @forge/tunnel@5.10.1-next.26
220
+ - @forge/lint@5.7.3-next.25
221
+ - @forge/bundler@4.22.0-next.25
222
+
223
+ ## 11.3.0-next.26
224
+
225
+ ### Patch Changes
226
+
227
+ - Updated dependencies [0dfb15d]
228
+ - @forge/manifest@8.9.0-next.11
229
+ - @forge/tunnel@5.10.1-next.25
230
+ - @forge/bundler@4.22.0-next.24
231
+ - @forge/cli-shared@6.8.0-next.23
232
+ - @forge/lint@5.7.3-next.24
233
+
234
+ ## 11.3.0-next.25
235
+
236
+ ### Patch Changes
237
+
238
+ - ed5089a: Display more manifest perms validation errors
239
+ - Updated dependencies [b51be39]
240
+ - @forge/manifest@8.9.0-next.10
241
+ - @forge/bundler@4.22.0-next.23
242
+ - @forge/cli-shared@6.8.0-next.22
243
+ - @forge/lint@5.7.3-next.23
244
+ - @forge/tunnel@5.10.1-next.24
245
+
246
+ ## 11.3.0-next.24
247
+
248
+ ### Patch Changes
249
+
250
+ - Updated dependencies [8410c2d]
251
+ - Updated dependencies [e404ba0]
252
+ - @forge/bundler@4.22.0-next.22
253
+ - @forge/i18n@0.0.5-next.1
254
+ - @forge/tunnel@5.10.1-next.23
255
+ - @forge/cli-shared@6.8.0-next.21
256
+ - @forge/manifest@8.9.0-next.9
257
+ - @forge/lint@5.7.3-next.22
258
+
259
+ ## 11.3.0-next.23
260
+
261
+ ### Patch Changes
262
+
263
+ - b865468: Fix crash when installing an XPA app
264
+
265
+ ## 11.3.0-next.22
266
+
267
+ ### Patch Changes
268
+
269
+ - 3a510c5: Improve XPA uninstall wording
270
+ - Updated dependencies [3a510c5]
271
+ - @forge/cli-shared@6.8.0-next.20
272
+ - @forge/bundler@4.22.0-next.21
273
+ - @forge/lint@5.7.3-next.21
274
+ - @forge/tunnel@5.10.1-next.22
275
+
276
+ ## 11.3.0-next.21
277
+
278
+ ### Patch Changes
279
+
280
+ - 61f499c: Fix XPA upgrade wording
281
+ - Updated dependencies [61f499c]
282
+ - @forge/cli-shared@6.8.0-next.19
283
+ - @forge/bundler@4.22.0-next.20
284
+ - @forge/lint@5.7.3-next.20
285
+ - @forge/tunnel@5.10.1-next.21
286
+
287
+ ## 11.3.0-next.20
288
+
289
+ ### Patch Changes
290
+
291
+ - f9c2880: Add support for --no-verify during tunnel
292
+ - 017e68f: fix displaying scopes for forge upgrade
293
+ - Updated dependencies [f9c2880]
294
+ - @forge/cli-shared@6.8.0-next.18
295
+ - @forge/tunnel@5.10.1-next.20
296
+ - @forge/bundler@4.22.0-next.19
297
+ - @forge/lint@5.7.3-next.19
298
+
299
+ ## 11.3.0-next.19
300
+
301
+ ### Patch Changes
302
+
303
+ - 7d8339b: verify installation exists before upgrading
304
+ - Updated dependencies [7d8339b]
305
+ - @forge/cli-shared@6.8.0-next.17
306
+ - @forge/bundler@4.22.0-next.18
307
+ - @forge/lint@5.7.3-next.18
308
+ - @forge/tunnel@5.10.1-next.19
309
+
310
+ ## 11.3.0-next.18
311
+
312
+ ### Patch Changes
313
+
314
+ - 473052d: Ensure i18n resources are included in resolver bundles
315
+ - Updated dependencies [2204d8d]
316
+ - @forge/cli-shared@6.8.0-next.16
317
+ - @forge/bundler@4.22.0-next.17
318
+ - @forge/lint@5.7.3-next.17
319
+ - @forge/tunnel@5.10.1-next.18
320
+
321
+ ## 11.3.0-next.17
322
+
323
+ ### Patch Changes
324
+
325
+ - Updated dependencies [bd12e28]
326
+ - @forge/tunnel@5.10.1-next.17
327
+
328
+ ## 11.3.0-next.16
329
+
330
+ ### Minor Changes
331
+
332
+ - 4b083be: Option to bundle applications using TypeScript
333
+
334
+ ### Patch Changes
335
+
336
+ - Updated dependencies [4b083be]
337
+ - @forge/manifest@8.9.0-next.8
338
+ - @forge/bundler@4.22.0-next.16
339
+ - @forge/cli-shared@6.8.0-next.15
340
+ - @forge/lint@5.7.3-next.16
341
+ - @forge/tunnel@5.10.1-next.16
342
+
343
+ ## 11.3.0-next.15
344
+
345
+ ### Patch Changes
346
+
347
+ - 7a83fd9: Uninstall: Automatically select optional contexts when the required one is selected
348
+ - Updated dependencies [7a83fd9]
349
+ - @forge/cli-shared@6.8.0-next.14
350
+ - @forge/bundler@4.21.1-next.15
351
+ - @forge/lint@5.7.3-next.15
352
+ - @forge/tunnel@5.10.1-next.15
353
+
354
+ ## 11.3.0-next.14
355
+
356
+ ### Patch Changes
357
+
358
+ - Updated dependencies [c57e34a]
359
+ - @forge/cli-shared@6.8.0-next.13
360
+ - @forge/bundler@4.21.1-next.14
361
+ - @forge/lint@5.7.3-next.14
362
+ - @forge/tunnel@5.10.1-next.14
363
+
364
+ ## 11.3.0-next.13
365
+
366
+ ### Patch Changes
367
+
368
+ - 7243788: Displaying all product options and fixing wording
369
+ - Updated dependencies [7243788]
370
+ - @forge/cli-shared@6.8.0-next.12
371
+ - @forge/manifest@8.9.0-next.7
372
+ - @forge/bundler@4.21.1-next.13
373
+ - @forge/lint@5.7.3-next.13
374
+ - @forge/tunnel@5.10.1-next.13
375
+
376
+ ## 11.3.0-next.12
377
+
378
+ ### Patch Changes
379
+
380
+ - 336f74f: Support serving i18n resources while using `forge tunnel`
381
+ - Updated dependencies [336f74f]
382
+ - @forge/bundler@4.21.1-next.12
383
+ - @forge/cli-shared@6.8.0-next.11
384
+ - @forge/i18n@0.0.5-next.0
385
+ - @forge/tunnel@5.10.1-next.12
386
+ - @forge/lint@5.7.3-next.12
387
+ - @forge/manifest@8.9.0-next.6
388
+
389
+ ## 11.3.0-next.11
390
+
391
+ ### Patch Changes
392
+
393
+ - @forge/lint@5.7.3-next.11
394
+ - @forge/tunnel@5.10.1-next.11
395
+ - @forge/bundler@4.21.1-next.11
396
+
397
+ ## 11.3.0-next.10
398
+
399
+ ### Patch Changes
400
+
401
+ - Updated dependencies [de0bf46]
402
+ - @forge/manifest@8.9.0-next.5
403
+ - @forge/tunnel@5.10.1-next.10
404
+ - @forge/bundler@4.21.1-next.10
405
+ - @forge/cli-shared@6.8.0-next.10
406
+ - @forge/lint@5.7.3-next.10
407
+
408
+ ## 11.3.0-next.9
409
+
410
+ ### Patch Changes
411
+
412
+ - Updated dependencies [acf1edf]
413
+ - Updated dependencies [3a703de]
414
+ - @forge/manifest@8.9.0-next.4
415
+ - @forge/bundler@4.21.1-next.9
416
+ - @forge/cli-shared@6.8.0-next.9
417
+ - @forge/lint@5.7.3-next.9
418
+ - @forge/tunnel@5.10.1-next.9
34
419
 
35
420
  ## 11.3.0-next.8
36
421
 
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@forge/cli",
3
- "version": "11.3.0-next.8-experimental-900adc2",
3
+ "version": "11.3.1-next.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@forge/cli",
9
- "version": "11.3.0-next.8-experimental-900adc2",
9
+ "version": "11.3.1-next.4",
10
10
  "hasInstallScript": true,
11
11
  "license": "SEE LICENSE IN LICENSE.txt",
12
12
  "dependencies": {
13
- "@forge/bundler": "4.21.1-next.8-experimental-900adc2",
14
- "@forge/cli-shared": "6.8.0-next.8-experimental-900adc2",
13
+ "@forge/bundler": "4.22.1-next.4",
14
+ "@forge/cli-shared": "6.9.0-next.3",
15
15
  "@forge/egress": "1.4.0",
16
- "@forge/i18n": "0.0.4",
17
- "@forge/lint": "5.7.3-next.8-experimental-900adc2",
18
- "@forge/manifest": "8.9.0-next.3-experimental-900adc2",
16
+ "@forge/i18n": "0.0.5",
17
+ "@forge/lint": "5.7.4-next.4",
18
+ "@forge/manifest": "9.1.0-next.2",
19
19
  "@forge/runtime": "5.10.7",
20
- "@forge/tunnel": "5.10.1-next.8-experimental-900adc2",
20
+ "@forge/tunnel": "5.10.2-next.4",
21
21
  "@forge/util": "1.4.8",
22
22
  "@sentry/node": "7.106.0",
23
23
  "ajv": "^8.12.0",
@@ -834,9 +834,9 @@
834
834
  "license": "SEE LICENSE IN LICENSE.txt"
835
835
  },
836
836
  "node_modules/@forge/bundler": {
837
- "version": "4.21.1-next.8-experimental-900adc2",
838
- "resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-4.21.1-next.8-experimental-900adc2.tgz",
839
- "integrity": "sha512-EVXOXMJTv2syue4CyOWmBpHZJn2MNGsRkZc0asi+V3wTJyEwSonfp+Sp44NuKIxny/+bhqe80OKNStgVYDYxHg==",
837
+ "version": "4.22.1-next.4",
838
+ "resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-4.22.1-next.4.tgz",
839
+ "integrity": "sha512-ZepQXQ7bMUfU/yodMldD2+rUUXa1Cy2jPMGbu4bwLLfIMCPv2Sf4O5YJ6cCu2ZCyqF/qwXR0IoQHyyJpcS2qmA==",
840
840
  "license": "SEE LICENSE IN LICENSE.txt",
841
841
  "dependencies": {
842
842
  "@babel/core": "^7.24.0",
@@ -846,12 +846,12 @@
846
846
  "@babel/plugin-transform-optional-chaining": "^7.23.4",
847
847
  "@babel/plugin-transform-react-jsx": "^7.23.4",
848
848
  "@babel/preset-typescript": "^7.23.3",
849
- "@forge/api": "5.1.1",
849
+ "@forge/api": "5.2.0",
850
850
  "@forge/babel-plugin-transform-ui": "1.1.21",
851
- "@forge/cli-shared": "6.8.0-next.8-experimental-900adc2",
852
- "@forge/i18n": "0.0.4",
853
- "@forge/lint": "5.7.3-next.8-experimental-900adc2",
854
- "@forge/manifest": "8.9.0-next.3-experimental-900adc2",
851
+ "@forge/cli-shared": "6.9.0-next.3",
852
+ "@forge/i18n": "0.0.5",
853
+ "@forge/lint": "5.7.4-next.4",
854
+ "@forge/manifest": "9.1.0-next.2",
855
855
  "@forge/util": "1.4.8",
856
856
  "assert": "^2.1.0",
857
857
  "babel-loader": "^8.3.0",
@@ -860,8 +860,10 @@
860
860
  "chalk": "^4.1.2",
861
861
  "cheerio": "^0.22.0",
862
862
  "console-browserify": "^1.2.0",
863
+ "cross-spawn": "^7.0.5",
863
864
  "crypto-browserify": "^3.12.0",
864
865
  "events": "^3.3.0",
866
+ "fs-extra": "^11.2.0",
865
867
  "headers-utils": "^3.0.2",
866
868
  "html-webpack-plugin": "^5.6.0",
867
869
  "inherits": "^2.0.4",
@@ -891,13 +893,14 @@
891
893
  }
892
894
  },
893
895
  "node_modules/@forge/bundler/node_modules/@forge/api": {
894
- "version": "5.1.1",
895
- "resolved": "https://registry.npmjs.org/@forge/api/-/api-5.1.1.tgz",
896
- "integrity": "sha512-Ph3w6H404bg/DGBoqksUaxNt19f/cONrV1UNEhdMIISo/R8jVSaeimgcC8hNDbd8iYVJfRoDvzlKmjBGod1AAw==",
896
+ "version": "5.2.0",
897
+ "resolved": "https://registry.npmjs.org/@forge/api/-/api-5.2.0.tgz",
898
+ "integrity": "sha512-Kc0qzqccviRqC0Nj0pFhzEi7G6duQRicYUERLy6IwR0ETBGJx6VCFqHbKRKT8ZxpEhTSBp9NItLuV7ayBXGBew==",
897
899
  "license": "SEE LICENSE IN LICENSE.txt",
898
900
  "dependencies": {
899
901
  "@forge/auth": "0.0.7",
900
902
  "@forge/egress": "1.4.0",
903
+ "@forge/i18n": "0.0.5",
901
904
  "@forge/storage": "1.8.0",
902
905
  "@forge/util": "1.4.8",
903
906
  "headers-utils": "^3.0.2"
@@ -919,13 +922,13 @@
919
922
  "license": "SEE LICENSE IN LICENSE.txt"
920
923
  },
921
924
  "node_modules/@forge/cli-shared": {
922
- "version": "6.8.0-next.8-experimental-900adc2",
923
- "resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-6.8.0-next.8-experimental-900adc2.tgz",
924
- "integrity": "sha512-FS9K6B6BUnKBOY70LD1JaOSwqU9w4si7eThpQMZ6n7+ZQi/M23oJlMjuL3VhuwdI/6jDwhyoSlj5IWxNEtKG9g==",
925
+ "version": "6.9.0-next.3",
926
+ "resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-6.9.0-next.3.tgz",
927
+ "integrity": "sha512-sUSxnNCn1ku12hFJX246HavJe6cp+relgFAREZuIuvz2isbfee3mqxqkNN0ELIpGSv1tmcGDFP9ktqaJfYvJzg==",
925
928
  "license": "SEE LICENSE IN LICENSE.txt",
926
929
  "dependencies": {
927
- "@forge/i18n": "0.0.4",
928
- "@forge/manifest": "8.9.0-next.3-experimental-900adc2",
930
+ "@forge/i18n": "0.0.5",
931
+ "@forge/manifest": "9.1.0-next.2",
929
932
  "@forge/util": "1.4.8",
930
933
  "@sentry/node": "7.106.0",
931
934
  "adm-zip": "^0.5.10",
@@ -958,9 +961,9 @@
958
961
  }
959
962
  },
960
963
  "node_modules/@forge/csp": {
961
- "version": "3.6.2-experimental-900adc2",
962
- "resolved": "https://registry.npmjs.org/@forge/csp/-/csp-3.6.2-experimental-900adc2.tgz",
963
- "integrity": "sha512-3meak/LUOU5ChKMRuW1CY8UJYVMjrOjzOu+3sOMbojY/1ogfZ5vRQa4vb0DON3JYoUQ0wAD9cXNWbwGya6JHiQ==",
964
+ "version": "3.7.1-next.0",
965
+ "resolved": "https://registry.npmjs.org/@forge/csp/-/csp-3.7.1-next.0.tgz",
966
+ "integrity": "sha512-bDserZEkMbyyObPQYD++jW3ozW41KVJEy/GKrJiDBn4u2UkLD9h0nYEmT2LcIoPCdahxO3MLO27P6vUZwFB3MA==",
964
967
  "license": "SEE LICENSE IN LICENSE.txt",
965
968
  "dependencies": {
966
969
  "cheerio": "^0.22.0",
@@ -977,24 +980,24 @@
977
980
  }
978
981
  },
979
982
  "node_modules/@forge/i18n": {
980
- "version": "0.0.4",
981
- "resolved": "https://registry.npmjs.org/@forge/i18n/-/i18n-0.0.4.tgz",
982
- "integrity": "sha512-V1blbHd5DHtmDDyJmTFHik+NQe5cFoaDUP/u0Ox3SFf4J9XizQCMTzh37w/fr6N9fz/Xz/wQifQh6Ej8GaRjCA==",
983
+ "version": "0.0.5",
984
+ "resolved": "https://registry.npmjs.org/@forge/i18n/-/i18n-0.0.5.tgz",
985
+ "integrity": "sha512-G4M8NTXbNR5HzpYNFQMczypUuxoItdtAMQmwIgUkzE2osrjPRKhFx/VniMGnnXoowgmDLoaMtMcllvxcm/YnVA==",
983
986
  "license": "SEE LICENSE IN LICENSE.txt",
984
987
  "dependencies": {
985
988
  "lodash": "^4.17.21"
986
989
  }
987
990
  },
988
991
  "node_modules/@forge/lint": {
989
- "version": "5.7.3-next.8-experimental-900adc2",
990
- "resolved": "https://registry.npmjs.org/@forge/lint/-/lint-5.7.3-next.8-experimental-900adc2.tgz",
991
- "integrity": "sha512-THzZoDTyEVYzwmwHyNTB9ewoVBSzD350/Wpyatlg87uGJg/1eK08JysazMQw3QBJOj0+UyxV/EYSKl/jNg3Vsg==",
992
+ "version": "5.7.4-next.4",
993
+ "resolved": "https://registry.npmjs.org/@forge/lint/-/lint-5.7.4-next.4.tgz",
994
+ "integrity": "sha512-rsQDQ4AWD1dQEaMcxjRxG0I4NaUAKoRIQX2o+3EWimfjA68oePbdp3cnXb8DEz83E9hTiCvJ2/S21bADEXwA5w==",
992
995
  "license": "SEE LICENSE IN LICENSE.txt",
993
996
  "dependencies": {
994
- "@forge/cli-shared": "6.8.0-next.8-experimental-900adc2",
995
- "@forge/csp": "3.6.2-experimental-900adc2",
997
+ "@forge/cli-shared": "6.9.0-next.3",
998
+ "@forge/csp": "3.7.1-next.0",
996
999
  "@forge/egress": "1.4.0",
997
- "@forge/manifest": "8.9.0-next.3-experimental-900adc2",
1000
+ "@forge/manifest": "9.1.0-next.2",
998
1001
  "@typescript-eslint/typescript-estree": "^5.62.0",
999
1002
  "array.prototype.flatmap": "^1.3.2",
1000
1003
  "atlassian-openapi": "^1.0.18",
@@ -1003,12 +1006,12 @@
1003
1006
  }
1004
1007
  },
1005
1008
  "node_modules/@forge/manifest": {
1006
- "version": "8.9.0-next.3-experimental-900adc2",
1007
- "resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-8.9.0-next.3-experimental-900adc2.tgz",
1008
- "integrity": "sha512-8/ufLvQz6DzBs03vmr9Ycvxgnt0m5oy7fybdTL5YfQxCTHuyJ1ZjKArqigdwi2XXjE3kcYJYVzI8ukQo794P1Q==",
1009
+ "version": "9.1.0-next.2",
1010
+ "resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-9.1.0-next.2.tgz",
1011
+ "integrity": "sha512-0aHYi3VnTtRq0v7qp6geNu8Iqw9hLtkWwmoXkwH1uMT+2ifpeZKy/LsfL95urlslE7KSS2eegwKdQX4nBnUlmg==",
1009
1012
  "license": "SEE LICENSE IN LICENSE.txt",
1010
1013
  "dependencies": {
1011
- "@forge/i18n": "0.0.4",
1014
+ "@forge/i18n": "0.0.5",
1012
1015
  "@sentry/node": "7.106.0",
1013
1016
  "ajv": "^8.12.0",
1014
1017
  "ajv-formats": "2.1.1",
@@ -1036,14 +1039,14 @@
1036
1039
  }
1037
1040
  },
1038
1041
  "node_modules/@forge/tunnel": {
1039
- "version": "5.10.1-next.8-experimental-900adc2",
1040
- "resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-5.10.1-next.8-experimental-900adc2.tgz",
1041
- "integrity": "sha512-FyqDlfaFd3pC8A9xD5s9J40cvpH5bNjtNJ/NnD84oDuEsMEmaOLdVgtruEj7Cj0GiK6y0GDw9wAzBVxuaGjilA==",
1042
+ "version": "5.10.2-next.4",
1043
+ "resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-5.10.2-next.4.tgz",
1044
+ "integrity": "sha512-AG70BIITugzs2TuGxdQ/Z9SwkUuKud8FnVIQCmRrKTGWlraY6Ly/XPPLCDtfOaRAXVKI6t0ZWZ2ZQx/FCHinKQ==",
1042
1045
  "license": "SEE LICENSE IN LICENSE.txt",
1043
1046
  "dependencies": {
1044
- "@forge/bundler": "4.21.1-next.8-experimental-900adc2",
1045
- "@forge/cli-shared": "6.8.0-next.8-experimental-900adc2",
1046
- "@forge/csp": "3.6.2-experimental-900adc2",
1047
+ "@forge/bundler": "4.22.1-next.4",
1048
+ "@forge/cli-shared": "6.9.0-next.3",
1049
+ "@forge/csp": "3.7.1-next.0",
1047
1050
  "@forge/runtime": "5.10.7",
1048
1051
  "chokidar": "^3.6.0",
1049
1052
  "cloudflared": "^0.7.0",
@@ -204,6 +204,9 @@
204
204
  "--debugStartingPort": {
205
205
  "requireUserArg": true
206
206
  },
207
+ "--no-verify": {
208
+ "requireUserArg": false
209
+ },
207
210
  "--help": {
208
211
  "requireUserArg": false
209
212
  }
@@ -1 +1 @@
1
- {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../src/bin/cli.ts"],"names":[],"mappings":";AAUA,OAAO,iBAAiB,CAAC"}
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../src/bin/cli.ts"],"names":[],"mappings":";AAWA,OAAO,iBAAiB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="node" />
2
- import { AppConfigProvider, ConfigFile, UI, SupportedProductsService } from '@forge/cli-shared';
2
+ import { AppConfigProvider, ConfigFile, UI, SupportedProduct, SupportedProductsService } from '@forge/cli-shared';
3
3
  import { URL } from 'url';
4
4
  import { InstallAppSiteCommand } from '../../installations/install-app-site';
5
5
  import { InstallationService } from '../../service/installation-service';
@@ -7,7 +7,7 @@ import { InstallView } from '../view/install-view';
7
7
  interface InstallViewProps {
8
8
  environment: string;
9
9
  site?: URL;
10
- products?: string[];
10
+ products?: SupportedProduct[];
11
11
  upgrade: boolean;
12
12
  nonInteractive?: boolean;
13
13
  confirmScopes: boolean;
@@ -31,12 +31,14 @@ export declare class InstallController {
31
31
  private installOrUpgrade;
32
32
  private promptForProducts;
33
33
  private promptForSite;
34
- private promptForUpgrade;
34
+ private getAppInstallations;
35
+ private getInstallationToUpgrade;
35
36
  private getUniqueInstallationProductsFromScopes;
36
37
  private isValidLicense;
37
38
  private validateLicenseOption;
38
39
  private checkForUIKit1Modules;
39
40
  run({ environment, site, products, upgrade, confirmScopes, license, licenseModes, usersWithAccess, nonInteractive }: InstallViewProps): Promise<void>;
41
+ private extractManifestData;
40
42
  private getXPAProductsAndSite;
41
43
  private checkForMultiProductScopes;
42
44
  private convertListScope;
@@ -1 +1 @@
1
- {"version":3,"file":"install-controller.d.ts","sourceRoot":"","sources":["../../../src/command-line/controller/install-controller.ts"],"names":[],"mappings":";AAAA,OAAO,EAEL,iBAAiB,EAEjB,UAAU,EAEV,EAAE,EAYF,wBAAwB,EAGzB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAgB,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,UAAU,gBAAgB;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B;AAYD,qBAAa,iBAAkB,SAAQ,KAAK;gBAC9B,WAAW,EAAE,MAAM;CAGhC;AASD,qBAAa,iBAAiB;IAE1B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,wBAAwB;gBANxB,iBAAiB,EAAE,iBAAiB,EACpC,UAAU,EAAE,UAAU,EACtB,EAAE,EAAE,EAAE,EACN,qBAAqB,EAAE,qBAAqB,EAC5C,mBAAmB,EAAE,mBAAmB,EACxC,WAAW,EAAE,WAAW,EACxB,wBAAwB,EAAE,wBAAwB;YAGvD,cAAc;YAmBd,gBAAgB;YA8ChB,iBAAiB;YAyBjB,aAAa;YA0Bb,gBAAgB;IAwB9B,OAAO,CAAC,uCAAuC;IAa/C,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,qBAAqB;IAgB7B,OAAO,CAAC,qBAAqB,CAK3B;IAEW,GAAG,CAAC,EACf,WAAW,EACX,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,aAAa,EACb,OAAO,EACP,YAAY,EACZ,eAAe,EACf,cAAc,EACf,EAAE,gBAAgB,GAAG,OAAO,CAAC,IAAI,CAAC;IAiInC,OAAO,CAAC,qBAAqB,CA8B3B;IAEF,OAAO,CAAC,0BAA0B,CA8BhC;YAEY,gBAAgB;IAU9B,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,oBAAoB;IA8B5B,OAAO,CAAC,uBAAuB;YAoBjB,8CAA8C;IAY5D,OAAO,CAAC,+BAA+B,CAWrC;CACH"}
1
+ {"version":3,"file":"install-controller.d.ts","sourceRoot":"","sources":["../../../src/command-line/controller/install-controller.ts"],"names":[],"mappings":";AAAA,OAAO,EAEL,iBAAiB,EAEjB,UAAU,EAEV,EAAE,EAUF,gBAAgB,EAChB,wBAAwB,EAIzB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAgB,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,UAAU,gBAAgB;IACxB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC9B,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B;AAYD,qBAAa,iBAAkB,SAAQ,KAAK;gBAC9B,WAAW,EAAE,MAAM;CAGhC;AAUD,qBAAa,iBAAiB;IAE1B,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,EAAE;IACnB,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACtC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,wBAAwB;gBANxB,iBAAiB,EAAE,iBAAiB,EACpC,UAAU,EAAE,UAAU,EACtB,EAAE,EAAE,EAAE,EACN,qBAAqB,EAAE,qBAAqB,EAC5C,mBAAmB,EAAE,mBAAmB,EACxC,WAAW,EAAE,WAAW,EACxB,wBAAwB,EAAE,wBAAwB;YAGvD,cAAc;YAmBd,gBAAgB;YA8ChB,iBAAiB;YA0BjB,aAAa;YA2Bb,mBAAmB;YAcnB,wBAAwB;IAkCtC,OAAO,CAAC,uCAAuC;IAa/C,OAAO,CAAC,cAAc;IAItB,OAAO,CAAC,qBAAqB;IAgB7B,OAAO,CAAC,qBAAqB,CAM3B;IAEW,GAAG,CAAC,EACf,WAAW,EACX,IAAI,EACJ,QAAQ,EACR,OAAO,EACP,aAAa,EACb,OAAO,EACP,YAAY,EACZ,eAAe,EACf,cAAc,EACf,EAAE,gBAAgB,GAAG,OAAO,CAAC,IAAI,CAAC;IAmInC,OAAO,CAAC,mBAAmB,CAOzB;IAEF,OAAO,CAAC,qBAAqB,CAoC3B;IAEF,OAAO,CAAC,0BAA0B,CA8BhC;YAEY,gBAAgB;IAU9B,OAAO,CAAC,kBAAkB;IAI1B,OAAO,CAAC,oBAAoB;IA8B5B,OAAO,CAAC,uBAAuB;YAoBjB,8CAA8C;IAY5D,OAAO,CAAC,+BAA+B,CAWrC;CACH"}