@forge/cli 6.6.0-next.9 → 6.6.0-next.9-experimental-3fb944e
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.
- package/CHANGELOG.md +35 -0
- package/npm-shrinkwrap.json +88 -88
- package/out/autocomplete/autocomplete-config.json +8 -0
- package/out/command-line/controller/deploy-controller.d.ts.map +1 -1
- package/out/command-line/controller/deploy-controller.js +5 -0
- package/out/command-line/dependency-injection.d.ts +2 -0
- package/out/command-line/dependency-injection.d.ts.map +1 -1
- package/out/command-line/dependency-injection.js +13 -7
- package/out/command-line/index.d.ts.map +1 -1
- package/out/command-line/index.js +2 -0
- package/out/command-line/register-storage-commands.d.ts +11 -0
- package/out/command-line/register-storage-commands.d.ts.map +1 -0
- package/out/command-line/register-storage-commands.js +45 -0
- package/out/command-line/view/deploy-view.d.ts +1 -0
- package/out/command-line/view/deploy-view.d.ts.map +1 -1
- package/out/command-line/view/deploy-view.js +4 -0
- package/out/entities/graphql-client.d.ts +7 -0
- package/out/entities/graphql-client.d.ts.map +1 -0
- package/out/entities/graphql-client.js +36 -0
- package/out/entities/list-indexes.d.ts +27 -0
- package/out/entities/list-indexes.d.ts.map +1 -0
- package/out/entities/list-indexes.js +58 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 6.6.0-next.9-experimental-3fb944e
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- db2615bd: Allow custom environment names
|
|
8
|
+
- acc35d7: Introduced command to list custom entities indexes
|
|
9
|
+
- dc0e198: Added 'forge environment list' command
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- d4a2423: Bumping dependencies via Renovate:
|
|
14
|
+
|
|
15
|
+
- didyoumean
|
|
16
|
+
|
|
17
|
+
- 13b570b: Fix error handling reporting on Node runtime
|
|
18
|
+
- 081aaa9: Bumping dependencies via Renovate:
|
|
19
|
+
|
|
20
|
+
- cli-table3
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [d9ebc65]
|
|
23
|
+
- Updated dependencies [db2615bd]
|
|
24
|
+
- Updated dependencies [acc35d7]
|
|
25
|
+
- Updated dependencies [dc0e198]
|
|
26
|
+
- Updated dependencies [47a05cd]
|
|
27
|
+
- Updated dependencies [081aaa9]
|
|
28
|
+
- Updated dependencies [32ca02f]
|
|
29
|
+
- Updated dependencies [6f454d7]
|
|
30
|
+
- Updated dependencies [4d594e7]
|
|
31
|
+
- @forge/bundler@4.6.1-next.8-experimental-3fb944e
|
|
32
|
+
- @forge/cli-shared@3.8.0-next.3-experimental-3fb944e
|
|
33
|
+
- @forge/tunnel@3.3.0-next.8-experimental-3fb944e
|
|
34
|
+
- @forge/manifest@4.8.0-next.1-experimental-3fb944e
|
|
35
|
+
- @forge/runtime@4.3.1-next.0-experimental-3fb944e
|
|
36
|
+
- @forge/lint@3.2.17-next.3-experimental-3fb944e
|
|
37
|
+
|
|
3
38
|
## 6.6.0-next.9
|
|
4
39
|
|
|
5
40
|
### Patch Changes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli",
|
|
3
|
-
"version": "6.6.0-next.9",
|
|
3
|
+
"version": "6.6.0-next.9-experimental-3fb944e",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@forge/cli",
|
|
9
|
-
"version": "6.6.0-next.9",
|
|
9
|
+
"version": "6.6.0-next.9-experimental-3fb944e",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "UNLICENSED",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@forge/bundler": "4.6.1-next.8",
|
|
14
|
-
"@forge/cli-shared": "3.8.0-next.3",
|
|
13
|
+
"@forge/bundler": "4.6.1-next.8-experimental-3fb944e",
|
|
14
|
+
"@forge/cli-shared": "3.8.0-next.3-experimental-3fb944e",
|
|
15
15
|
"@forge/egress": "1.1.2",
|
|
16
|
-
"@forge/lint": "3.2.17-next.3",
|
|
17
|
-
"@forge/manifest": "4.8.0-next.1",
|
|
18
|
-
"@forge/runtime": "4.3.1-next.0",
|
|
19
|
-
"@forge/tunnel": "3.3.0-next.8",
|
|
16
|
+
"@forge/lint": "3.2.17-next.3-experimental-3fb944e",
|
|
17
|
+
"@forge/manifest": "4.8.0-next.1-experimental-3fb944e",
|
|
18
|
+
"@forge/runtime": "4.3.1-next.0-experimental-3fb944e",
|
|
19
|
+
"@forge/tunnel": "3.3.0-next.8-experimental-3fb944e",
|
|
20
20
|
"@forge/util": "1.2.1",
|
|
21
21
|
"@sentry/node": "^7.29.0",
|
|
22
22
|
"ajv": "^6.12.6",
|
|
@@ -666,9 +666,9 @@
|
|
|
666
666
|
"integrity": "sha512-kBvxvnVcFHq0Tz8NV5LhAeO0Gt0fg6Vt2AxE803ro9MHJ6S/ca7BqRDPnKnROoKZ0gAV2ymr27XvBMEq55wv6g=="
|
|
667
667
|
},
|
|
668
668
|
"node_modules/@forge/bundler": {
|
|
669
|
-
"version": "4.6.1-next.8",
|
|
670
|
-
"resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-4.6.1-next.8.tgz",
|
|
671
|
-
"integrity": "sha512
|
|
669
|
+
"version": "4.6.1-next.8-experimental-3fb944e",
|
|
670
|
+
"resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-4.6.1-next.8-experimental-3fb944e.tgz",
|
|
671
|
+
"integrity": "sha512-Yxo7fgYhl/g4g6KCh3JvTBKIPHYZWtKyfCKIRlkyj3eMOkumcuGY9X85Lx3JzeoMog7hgF6MPoZMSmYsdcDloA==",
|
|
672
672
|
"dependencies": {
|
|
673
673
|
"@babel/core": "^7.16.7",
|
|
674
674
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
@@ -676,11 +676,11 @@
|
|
|
676
676
|
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
|
677
677
|
"@babel/plugin-transform-react-jsx": "^7.16.7",
|
|
678
678
|
"@babel/preset-typescript": "^7.16.7",
|
|
679
|
-
"@forge/api": "2.13.0-next.1",
|
|
679
|
+
"@forge/api": "2.13.0-next.1-experimental-3fb944e",
|
|
680
680
|
"@forge/babel-plugin-transform-ui": "1.1.1",
|
|
681
|
-
"@forge/cli-shared": "3.8.0-next.3",
|
|
682
|
-
"@forge/lint": "3.2.17-next.3",
|
|
683
|
-
"@forge/runtime": "4.3.1-next.0",
|
|
681
|
+
"@forge/cli-shared": "3.8.0-next.3-experimental-3fb944e",
|
|
682
|
+
"@forge/lint": "3.2.17-next.3-experimental-3fb944e",
|
|
683
|
+
"@forge/runtime": "4.3.1-next.0-experimental-3fb944e",
|
|
684
684
|
"@forge/util": "1.2.1",
|
|
685
685
|
"assert": "^1.1.1",
|
|
686
686
|
"babel-loader": "^8.2.3",
|
|
@@ -716,28 +716,28 @@
|
|
|
716
716
|
}
|
|
717
717
|
},
|
|
718
718
|
"node_modules/@forge/bundler/node_modules/@forge/api": {
|
|
719
|
-
"version": "2.13.0-next.1",
|
|
720
|
-
"resolved": "https://registry.npmjs.org/@forge/api/-/api-2.13.0-next.1.tgz",
|
|
721
|
-
"integrity": "sha512-
|
|
719
|
+
"version": "2.13.0-next.1-experimental-3fb944e",
|
|
720
|
+
"resolved": "https://registry.npmjs.org/@forge/api/-/api-2.13.0-next.1-experimental-3fb944e.tgz",
|
|
721
|
+
"integrity": "sha512-Zk3ozo8CHn15o+g689p4pnNXR1ZNYiX8TTCUMxYZe8eo5ryLlHhlHvojG0GSp98SSEZ3odfkqb2iP3E15+sesw==",
|
|
722
722
|
"dependencies": {
|
|
723
723
|
"@forge/auth": "0.0.1",
|
|
724
724
|
"@forge/egress": "1.1.2",
|
|
725
|
-
"@forge/storage": "1.4.0-next.0",
|
|
725
|
+
"@forge/storage": "1.4.0-next.0-experimental-3fb944e",
|
|
726
726
|
"@types/node-fetch": "^2.5.7",
|
|
727
727
|
"node-fetch": "2.6.7"
|
|
728
728
|
}
|
|
729
729
|
},
|
|
730
730
|
"node_modules/@forge/bundler/node_modules/@forge/storage": {
|
|
731
|
-
"version": "1.4.0-next.0",
|
|
732
|
-
"resolved": "https://registry.npmjs.org/@forge/storage/-/storage-1.4.0-next.0.tgz",
|
|
733
|
-
"integrity": "sha512-
|
|
731
|
+
"version": "1.4.0-next.0-experimental-3fb944e",
|
|
732
|
+
"resolved": "https://registry.npmjs.org/@forge/storage/-/storage-1.4.0-next.0-experimental-3fb944e.tgz",
|
|
733
|
+
"integrity": "sha512-1jCCaWOCXatPVdO5Ex0SIeeyKbW2dZg4ZL3PjX8qo54devB51yAl8M2O5erXQx5grzuTujfGknUqlBhE9QWPIg=="
|
|
734
734
|
},
|
|
735
735
|
"node_modules/@forge/cli-shared": {
|
|
736
|
-
"version": "3.8.0-next.3",
|
|
737
|
-
"resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-3.8.0-next.3.tgz",
|
|
738
|
-
"integrity": "sha512-
|
|
736
|
+
"version": "3.8.0-next.3-experimental-3fb944e",
|
|
737
|
+
"resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-3.8.0-next.3-experimental-3fb944e.tgz",
|
|
738
|
+
"integrity": "sha512-rNcw1qyet4fZbooujbMiqZf3EAbPBLJSrgNaCuAAJq8CDQPi1kwsnhHxZFZang7RB+46yiyrvy96045Vm4+AsQ==",
|
|
739
739
|
"dependencies": {
|
|
740
|
-
"@forge/manifest": "4.8.0-next.1",
|
|
740
|
+
"@forge/manifest": "4.8.0-next.1-experimental-3fb944e",
|
|
741
741
|
"@forge/util": "1.2.1",
|
|
742
742
|
"@sentry/node": "^7.29.0",
|
|
743
743
|
"array.prototype.flatmap": "^1.2.3",
|
|
@@ -771,9 +771,9 @@
|
|
|
771
771
|
}
|
|
772
772
|
},
|
|
773
773
|
"node_modules/@forge/csp": {
|
|
774
|
-
"version": "2.1.1",
|
|
775
|
-
"resolved": "https://registry.npmjs.org/@forge/csp/-/csp-2.1.1.tgz",
|
|
776
|
-
"integrity": "sha512-
|
|
774
|
+
"version": "2.1.1-experimental-3fb944e",
|
|
775
|
+
"resolved": "https://registry.npmjs.org/@forge/csp/-/csp-2.1.1-experimental-3fb944e.tgz",
|
|
776
|
+
"integrity": "sha512-kJBRtt1z1c8y1etqD89LKVyAURh9t9cxcTJ1CZzLejGRjQR+tyRtLjU0ANKqg0qOVETH5mBt5lIlTvuAPHZhPw==",
|
|
777
777
|
"dependencies": {
|
|
778
778
|
"cheerio": "^0.22.0",
|
|
779
779
|
"content-security-policy-parser": "^0.3.0"
|
|
@@ -788,13 +788,13 @@
|
|
|
788
788
|
}
|
|
789
789
|
},
|
|
790
790
|
"node_modules/@forge/lint": {
|
|
791
|
-
"version": "3.2.17-next.3",
|
|
792
|
-
"resolved": "https://registry.npmjs.org/@forge/lint/-/lint-3.2.17-next.3.tgz",
|
|
793
|
-
"integrity": "sha512-
|
|
791
|
+
"version": "3.2.17-next.3-experimental-3fb944e",
|
|
792
|
+
"resolved": "https://registry.npmjs.org/@forge/lint/-/lint-3.2.17-next.3-experimental-3fb944e.tgz",
|
|
793
|
+
"integrity": "sha512-NHierjWd2pBCqI/RRNmnPJSFY3q4YvbeSqwfScra+XHyHVoSymHX4nQRGtVKJZhJO6h2AeJmevAzvZryBhHk/Q==",
|
|
794
794
|
"dependencies": {
|
|
795
|
-
"@forge/cli-shared": "3.8.0-next.3",
|
|
795
|
+
"@forge/cli-shared": "3.8.0-next.3-experimental-3fb944e",
|
|
796
796
|
"@forge/egress": "1.1.2",
|
|
797
|
-
"@forge/manifest": "4.8.0-next.1",
|
|
797
|
+
"@forge/manifest": "4.8.0-next.1-experimental-3fb944e",
|
|
798
798
|
"@typescript-eslint/typescript-estree": "^5.40.0",
|
|
799
799
|
"atlassian-openapi": "^1.0.13",
|
|
800
800
|
"cross-spawn": "^7.0.3",
|
|
@@ -802,9 +802,9 @@
|
|
|
802
802
|
}
|
|
803
803
|
},
|
|
804
804
|
"node_modules/@forge/manifest": {
|
|
805
|
-
"version": "4.8.0-next.1",
|
|
806
|
-
"resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-4.8.0-next.1.tgz",
|
|
807
|
-
"integrity": "sha512-
|
|
805
|
+
"version": "4.8.0-next.1-experimental-3fb944e",
|
|
806
|
+
"resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-4.8.0-next.1-experimental-3fb944e.tgz",
|
|
807
|
+
"integrity": "sha512-9DEiX6LZqAMmV4E0mVgSNv63hbQIRcwjGqkcQ6aVsnRNrIda5LHxMZZzzc6ZCPneJdneTHEd0Sy9fobUHSjAHQ==",
|
|
808
808
|
"dependencies": {
|
|
809
809
|
"@forge/util": "1.2.1",
|
|
810
810
|
"ajv": "^6.12.6",
|
|
@@ -817,9 +817,9 @@
|
|
|
817
817
|
}
|
|
818
818
|
},
|
|
819
819
|
"node_modules/@forge/runtime": {
|
|
820
|
-
"version": "4.3.1-next.0",
|
|
821
|
-
"resolved": "https://registry.npmjs.org/@forge/runtime/-/runtime-4.3.1-next.0.tgz",
|
|
822
|
-
"integrity": "sha512
|
|
820
|
+
"version": "4.3.1-next.0-experimental-3fb944e",
|
|
821
|
+
"resolved": "https://registry.npmjs.org/@forge/runtime/-/runtime-4.3.1-next.0-experimental-3fb944e.tgz",
|
|
822
|
+
"integrity": "sha512-Ff7V0a14c695/fKncjtvvcfvHZQlYJGr0anu96j34ItlMROBPuyS/2+x9kjxssjd5SuU0yT1jbNZhmnn+KEyWg==",
|
|
823
823
|
"dependencies": {
|
|
824
824
|
"@forge/util": "1.2.1",
|
|
825
825
|
"fp-ts": "^2.0.1",
|
|
@@ -836,14 +836,14 @@
|
|
|
836
836
|
}
|
|
837
837
|
},
|
|
838
838
|
"node_modules/@forge/tunnel": {
|
|
839
|
-
"version": "3.3.0-next.8",
|
|
840
|
-
"resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-3.3.0-next.8.tgz",
|
|
841
|
-
"integrity": "sha512-
|
|
842
|
-
"dependencies": {
|
|
843
|
-
"@forge/bundler": "4.6.1-next.8",
|
|
844
|
-
"@forge/cli-shared": "3.8.0-next.3",
|
|
845
|
-
"@forge/csp": "2.1.1",
|
|
846
|
-
"@forge/runtime": "4.3.1-next.0",
|
|
839
|
+
"version": "3.3.0-next.8-experimental-3fb944e",
|
|
840
|
+
"resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-3.3.0-next.8-experimental-3fb944e.tgz",
|
|
841
|
+
"integrity": "sha512-aV0TQuuU8zNQAzNYAry+gVdqnG4VWjlXZrsQnafEz2KBU4MbmNoGU0tXq0lJs3A7ppQMXVYj0TDJOgzXV5ZlNQ==",
|
|
842
|
+
"dependencies": {
|
|
843
|
+
"@forge/bundler": "4.6.1-next.8-experimental-3fb944e",
|
|
844
|
+
"@forge/cli-shared": "3.8.0-next.3-experimental-3fb944e",
|
|
845
|
+
"@forge/csp": "2.1.1-experimental-3fb944e",
|
|
846
|
+
"@forge/runtime": "4.3.1-next.0-experimental-3fb944e",
|
|
847
847
|
"express": "^4.17.1",
|
|
848
848
|
"express-intercept": "^0.8.10",
|
|
849
849
|
"http-proxy-middleware": "^1.0.6",
|
|
@@ -9944,9 +9944,9 @@
|
|
|
9944
9944
|
"integrity": "sha512-kBvxvnVcFHq0Tz8NV5LhAeO0Gt0fg6Vt2AxE803ro9MHJ6S/ca7BqRDPnKnROoKZ0gAV2ymr27XvBMEq55wv6g=="
|
|
9945
9945
|
},
|
|
9946
9946
|
"@forge/bundler": {
|
|
9947
|
-
"version": "4.6.1-next.8",
|
|
9948
|
-
"resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-4.6.1-next.8.tgz",
|
|
9949
|
-
"integrity": "sha512
|
|
9947
|
+
"version": "4.6.1-next.8-experimental-3fb944e",
|
|
9948
|
+
"resolved": "https://registry.npmjs.org/@forge/bundler/-/bundler-4.6.1-next.8-experimental-3fb944e.tgz",
|
|
9949
|
+
"integrity": "sha512-Yxo7fgYhl/g4g6KCh3JvTBKIPHYZWtKyfCKIRlkyj3eMOkumcuGY9X85Lx3JzeoMog7hgF6MPoZMSmYsdcDloA==",
|
|
9950
9950
|
"requires": {
|
|
9951
9951
|
"@babel/core": "^7.16.7",
|
|
9952
9952
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
@@ -9954,11 +9954,11 @@
|
|
|
9954
9954
|
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
|
9955
9955
|
"@babel/plugin-transform-react-jsx": "^7.16.7",
|
|
9956
9956
|
"@babel/preset-typescript": "^7.16.7",
|
|
9957
|
-
"@forge/api": "2.13.0-next.1",
|
|
9957
|
+
"@forge/api": "2.13.0-next.1-experimental-3fb944e",
|
|
9958
9958
|
"@forge/babel-plugin-transform-ui": "1.1.1",
|
|
9959
|
-
"@forge/cli-shared": "3.8.0-next.3",
|
|
9960
|
-
"@forge/lint": "3.2.17-next.3",
|
|
9961
|
-
"@forge/runtime": "4.3.1-next.0",
|
|
9959
|
+
"@forge/cli-shared": "3.8.0-next.3-experimental-3fb944e",
|
|
9960
|
+
"@forge/lint": "3.2.17-next.3-experimental-3fb944e",
|
|
9961
|
+
"@forge/runtime": "4.3.1-next.0-experimental-3fb944e",
|
|
9962
9962
|
"@forge/util": "1.2.1",
|
|
9963
9963
|
"assert": "^1.1.1",
|
|
9964
9964
|
"babel-loader": "^8.2.3",
|
|
@@ -9991,30 +9991,30 @@
|
|
|
9991
9991
|
},
|
|
9992
9992
|
"dependencies": {
|
|
9993
9993
|
"@forge/api": {
|
|
9994
|
-
"version": "2.13.0-next.1",
|
|
9995
|
-
"resolved": "https://registry.npmjs.org/@forge/api/-/api-2.13.0-next.1.tgz",
|
|
9996
|
-
"integrity": "sha512-
|
|
9994
|
+
"version": "2.13.0-next.1-experimental-3fb944e",
|
|
9995
|
+
"resolved": "https://registry.npmjs.org/@forge/api/-/api-2.13.0-next.1-experimental-3fb944e.tgz",
|
|
9996
|
+
"integrity": "sha512-Zk3ozo8CHn15o+g689p4pnNXR1ZNYiX8TTCUMxYZe8eo5ryLlHhlHvojG0GSp98SSEZ3odfkqb2iP3E15+sesw==",
|
|
9997
9997
|
"requires": {
|
|
9998
9998
|
"@forge/auth": "0.0.1",
|
|
9999
9999
|
"@forge/egress": "1.1.2",
|
|
10000
|
-
"@forge/storage": "1.4.0-next.0",
|
|
10000
|
+
"@forge/storage": "1.4.0-next.0-experimental-3fb944e",
|
|
10001
10001
|
"@types/node-fetch": "^2.5.7",
|
|
10002
10002
|
"node-fetch": "2.6.7"
|
|
10003
10003
|
}
|
|
10004
10004
|
},
|
|
10005
10005
|
"@forge/storage": {
|
|
10006
|
-
"version": "1.4.0-next.0",
|
|
10007
|
-
"resolved": "https://registry.npmjs.org/@forge/storage/-/storage-1.4.0-next.0.tgz",
|
|
10008
|
-
"integrity": "sha512-
|
|
10006
|
+
"version": "1.4.0-next.0-experimental-3fb944e",
|
|
10007
|
+
"resolved": "https://registry.npmjs.org/@forge/storage/-/storage-1.4.0-next.0-experimental-3fb944e.tgz",
|
|
10008
|
+
"integrity": "sha512-1jCCaWOCXatPVdO5Ex0SIeeyKbW2dZg4ZL3PjX8qo54devB51yAl8M2O5erXQx5grzuTujfGknUqlBhE9QWPIg=="
|
|
10009
10009
|
}
|
|
10010
10010
|
}
|
|
10011
10011
|
},
|
|
10012
10012
|
"@forge/cli-shared": {
|
|
10013
|
-
"version": "3.8.0-next.3",
|
|
10014
|
-
"resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-3.8.0-next.3.tgz",
|
|
10015
|
-
"integrity": "sha512-
|
|
10013
|
+
"version": "3.8.0-next.3-experimental-3fb944e",
|
|
10014
|
+
"resolved": "https://registry.npmjs.org/@forge/cli-shared/-/cli-shared-3.8.0-next.3-experimental-3fb944e.tgz",
|
|
10015
|
+
"integrity": "sha512-rNcw1qyet4fZbooujbMiqZf3EAbPBLJSrgNaCuAAJq8CDQPi1kwsnhHxZFZang7RB+46yiyrvy96045Vm4+AsQ==",
|
|
10016
10016
|
"requires": {
|
|
10017
|
-
"@forge/manifest": "4.8.0-next.1",
|
|
10017
|
+
"@forge/manifest": "4.8.0-next.1-experimental-3fb944e",
|
|
10018
10018
|
"@forge/util": "1.2.1",
|
|
10019
10019
|
"@sentry/node": "^7.29.0",
|
|
10020
10020
|
"array.prototype.flatmap": "^1.2.3",
|
|
@@ -10048,9 +10048,9 @@
|
|
|
10048
10048
|
}
|
|
10049
10049
|
},
|
|
10050
10050
|
"@forge/csp": {
|
|
10051
|
-
"version": "2.1.1",
|
|
10052
|
-
"resolved": "https://registry.npmjs.org/@forge/csp/-/csp-2.1.1.tgz",
|
|
10053
|
-
"integrity": "sha512-
|
|
10051
|
+
"version": "2.1.1-experimental-3fb944e",
|
|
10052
|
+
"resolved": "https://registry.npmjs.org/@forge/csp/-/csp-2.1.1-experimental-3fb944e.tgz",
|
|
10053
|
+
"integrity": "sha512-kJBRtt1z1c8y1etqD89LKVyAURh9t9cxcTJ1CZzLejGRjQR+tyRtLjU0ANKqg0qOVETH5mBt5lIlTvuAPHZhPw==",
|
|
10054
10054
|
"requires": {
|
|
10055
10055
|
"cheerio": "^0.22.0",
|
|
10056
10056
|
"content-security-policy-parser": "^0.3.0"
|
|
@@ -10065,13 +10065,13 @@
|
|
|
10065
10065
|
}
|
|
10066
10066
|
},
|
|
10067
10067
|
"@forge/lint": {
|
|
10068
|
-
"version": "3.2.17-next.3",
|
|
10069
|
-
"resolved": "https://registry.npmjs.org/@forge/lint/-/lint-3.2.17-next.3.tgz",
|
|
10070
|
-
"integrity": "sha512-
|
|
10068
|
+
"version": "3.2.17-next.3-experimental-3fb944e",
|
|
10069
|
+
"resolved": "https://registry.npmjs.org/@forge/lint/-/lint-3.2.17-next.3-experimental-3fb944e.tgz",
|
|
10070
|
+
"integrity": "sha512-NHierjWd2pBCqI/RRNmnPJSFY3q4YvbeSqwfScra+XHyHVoSymHX4nQRGtVKJZhJO6h2AeJmevAzvZryBhHk/Q==",
|
|
10071
10071
|
"requires": {
|
|
10072
|
-
"@forge/cli-shared": "3.8.0-next.3",
|
|
10072
|
+
"@forge/cli-shared": "3.8.0-next.3-experimental-3fb944e",
|
|
10073
10073
|
"@forge/egress": "1.1.2",
|
|
10074
|
-
"@forge/manifest": "4.8.0-next.1",
|
|
10074
|
+
"@forge/manifest": "4.8.0-next.1-experimental-3fb944e",
|
|
10075
10075
|
"@typescript-eslint/typescript-estree": "^5.40.0",
|
|
10076
10076
|
"atlassian-openapi": "^1.0.13",
|
|
10077
10077
|
"cross-spawn": "^7.0.3",
|
|
@@ -10079,9 +10079,9 @@
|
|
|
10079
10079
|
}
|
|
10080
10080
|
},
|
|
10081
10081
|
"@forge/manifest": {
|
|
10082
|
-
"version": "4.8.0-next.1",
|
|
10083
|
-
"resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-4.8.0-next.1.tgz",
|
|
10084
|
-
"integrity": "sha512-
|
|
10082
|
+
"version": "4.8.0-next.1-experimental-3fb944e",
|
|
10083
|
+
"resolved": "https://registry.npmjs.org/@forge/manifest/-/manifest-4.8.0-next.1-experimental-3fb944e.tgz",
|
|
10084
|
+
"integrity": "sha512-9DEiX6LZqAMmV4E0mVgSNv63hbQIRcwjGqkcQ6aVsnRNrIda5LHxMZZzzc6ZCPneJdneTHEd0Sy9fobUHSjAHQ==",
|
|
10085
10085
|
"requires": {
|
|
10086
10086
|
"@forge/util": "1.2.1",
|
|
10087
10087
|
"ajv": "^6.12.6",
|
|
@@ -10094,9 +10094,9 @@
|
|
|
10094
10094
|
}
|
|
10095
10095
|
},
|
|
10096
10096
|
"@forge/runtime": {
|
|
10097
|
-
"version": "4.3.1-next.0",
|
|
10098
|
-
"resolved": "https://registry.npmjs.org/@forge/runtime/-/runtime-4.3.1-next.0.tgz",
|
|
10099
|
-
"integrity": "sha512
|
|
10097
|
+
"version": "4.3.1-next.0-experimental-3fb944e",
|
|
10098
|
+
"resolved": "https://registry.npmjs.org/@forge/runtime/-/runtime-4.3.1-next.0-experimental-3fb944e.tgz",
|
|
10099
|
+
"integrity": "sha512-Ff7V0a14c695/fKncjtvvcfvHZQlYJGr0anu96j34ItlMROBPuyS/2+x9kjxssjd5SuU0yT1jbNZhmnn+KEyWg==",
|
|
10100
10100
|
"requires": {
|
|
10101
10101
|
"@forge/util": "1.2.1",
|
|
10102
10102
|
"fp-ts": "^2.0.1",
|
|
@@ -10110,14 +10110,14 @@
|
|
|
10110
10110
|
}
|
|
10111
10111
|
},
|
|
10112
10112
|
"@forge/tunnel": {
|
|
10113
|
-
"version": "3.3.0-next.8",
|
|
10114
|
-
"resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-3.3.0-next.8.tgz",
|
|
10115
|
-
"integrity": "sha512-
|
|
10116
|
-
"requires": {
|
|
10117
|
-
"@forge/bundler": "4.6.1-next.8",
|
|
10118
|
-
"@forge/cli-shared": "3.8.0-next.3",
|
|
10119
|
-
"@forge/csp": "2.1.1",
|
|
10120
|
-
"@forge/runtime": "4.3.1-next.0",
|
|
10113
|
+
"version": "3.3.0-next.8-experimental-3fb944e",
|
|
10114
|
+
"resolved": "https://registry.npmjs.org/@forge/tunnel/-/tunnel-3.3.0-next.8-experimental-3fb944e.tgz",
|
|
10115
|
+
"integrity": "sha512-aV0TQuuU8zNQAzNYAry+gVdqnG4VWjlXZrsQnafEz2KBU4MbmNoGU0tXq0lJs3A7ppQMXVYj0TDJOgzXV5ZlNQ==",
|
|
10116
|
+
"requires": {
|
|
10117
|
+
"@forge/bundler": "4.6.1-next.8-experimental-3fb944e",
|
|
10118
|
+
"@forge/cli-shared": "3.8.0-next.3-experimental-3fb944e",
|
|
10119
|
+
"@forge/csp": "2.1.1-experimental-3fb944e",
|
|
10120
|
+
"@forge/runtime": "4.3.1-next.0-experimental-3fb944e",
|
|
10121
10121
|
"express": "^4.17.1",
|
|
10122
10122
|
"express-intercept": "^0.8.10",
|
|
10123
10123
|
"http-proxy-middleware": "^1.0.6",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploy-controller.d.ts","sourceRoot":"","sources":["../../../src/command-line/controller/deploy-controller.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"deploy-controller.d.ts","sourceRoot":"","sources":["../../../src/command-line/controller/deploy-controller.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,oBAAoB,EACpB,UAAU,EAEV,WAAW,EAEZ,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,EAA+B,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AACzG,OAAO,EAAE,0BAA0B,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAGnE,UAAU,aAAa;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,qBAAa,sBAAuB,SAAQ,WAAW;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,MAAM,EAAE;IAItC,aAAa,IAAI,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IAMpC,WAAW,IAAI,OAAO;CAG9B;AAED,qBAAa,sBAAuB,SAAQ,WAAW;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,MAAM;IAGpC,aAAa,IAAI,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAMvC,WAAW,IAAI,OAAO;CAG9B;AAED,qBAAa,gBAAgB;IAEzB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,WAAW;IAC5B,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IACrC,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IACrC,OAAO,CAAC,QAAQ,CAAC,oBAAoB;IACrC,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,0BAA0B;gBAP1B,iBAAiB,EAAE,iBAAiB,EACpC,UAAU,EAAE,UAAU,EACtB,WAAW,EAAE,WAAW,EACxB,oBAAoB,EAAE,mBAAmB,EACzC,oBAAoB,EAAE,oBAAoB,EAC1C,oBAAoB,EAAE,oBAAoB,EAC1C,UAAU,EAAE,UAAU,EACtB,0BAA0B,EAAE,0BAA0B;IAGzE,OAAO,CAAC,mBAAmB;IAI3B,OAAO,CAAC,iBAAiB;IAIzB,OAAO,CAAC,iBAAiB;YAGX,wBAAwB;YAwBxB,mBAAmB;YAiBnB,oBAAoB;IAYrB,GAAG,CAAC,EAAE,WAAW,EAAE,MAAM,EAAE,EAAE,aAAa,GAAG,OAAO,CAAC,gBAAgB,GAAG,IAAI,CAAC;CAsD3F"}
|
|
@@ -86,10 +86,15 @@ class DeployController {
|
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
async verifyPostDeployment(environment) {
|
|
89
|
+
var _a, _b;
|
|
89
90
|
const needsVersionUpdate = await this.installationsService.hasOutdatedProductInstallation(environment);
|
|
90
91
|
if (needsVersionUpdate) {
|
|
91
92
|
this.deployView.displayOutdatedInstallationsMessage();
|
|
92
93
|
}
|
|
94
|
+
const manifest = await this.configFile.readConfig();
|
|
95
|
+
if ((_b = (_a = manifest === null || manifest === void 0 ? void 0 : manifest.app) === null || _a === void 0 ? void 0 : _a.storage) === null || _b === void 0 ? void 0 : _b.entities) {
|
|
96
|
+
this.deployView.displayIndexingCommand((0, cli_shared_1.environmentToOption)(environment));
|
|
97
|
+
}
|
|
93
98
|
}
|
|
94
99
|
async run({ environment, verify }) {
|
|
95
100
|
this.deployView.displayStart(environment);
|
|
@@ -27,6 +27,7 @@ import { SettingsController } from './controller/settings-controller';
|
|
|
27
27
|
import { TunnelController } from './controller/tunnel-controller';
|
|
28
28
|
import { StubController } from './controller/stubController';
|
|
29
29
|
import { PrerequisitesController } from './controller/prerequisites-controller';
|
|
30
|
+
import { ListEntitiesIndexesCommand } from '../entities/list-indexes';
|
|
30
31
|
export declare const getDependencies: (cliDetails: CLIDetails | undefined) => Promise<{
|
|
31
32
|
ui: CommandLineUI;
|
|
32
33
|
cmd: Command<[], import("./command").DefaultOpts>;
|
|
@@ -54,6 +55,7 @@ export declare const getDependencies: (cliDetails: CLIDetails | undefined) => Pr
|
|
|
54
55
|
listEnvironmentCommand: ListEnvironmentCommand;
|
|
55
56
|
viewAppLogsCommand: ViewAppLogsCommand;
|
|
56
57
|
getWebTriggerURLCommand: GetWebTriggerURLCommand;
|
|
58
|
+
listEntitiesIndexesCommand: ListEntitiesIndexesCommand;
|
|
57
59
|
};
|
|
58
60
|
services: {
|
|
59
61
|
featureFlagService: FeatureFlagService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dependency-injection.d.ts","sourceRoot":"","sources":["../../src/command-line/dependency-injection.ts"],"names":[],"mappings":"AAMA,OAAO,EASL,UAAU,EACV,aAAa,EAEb,UAAU,EAGV,gBAAgB,EAGhB,kBAAkB,EAUlB,YAAY,EACZ,aAAa,EAOb,kBAAkB,EAIlB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"dependency-injection.d.ts","sourceRoot":"","sources":["../../src/command-line/dependency-injection.ts"],"names":[],"mappings":"AAMA,OAAO,EASL,UAAU,EACV,aAAa,EAEb,UAAU,EAGV,gBAAgB,EAGhB,kBAAkB,EAUlB,YAAY,EACZ,aAAa,EAOb,kBAAkB,EAIlB,kBAAkB,EAEnB,MAAM,mBAAmB,CAAC;AAc3B,OAAO,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AAE/E,OAAO,EAML,0BAA0B,EAG3B,MAAM,WAAW,CAAC;AAEnB,OAAO,EAAE,gCAAgC,EAAE,MAAM,sDAAsD,CAAC;AAExG,OAAO,EAAE,+BAA+B,EAAE,MAAM,qDAAqD,CAAC;AACtG,OAAO,EAAE,6BAA6B,EAAE,MAAM,mDAAmD,CAAC;AAIlG,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAG3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAGhF,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAMzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAIrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAQtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAIzE,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAG3E,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEpC,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAC;AACpE,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAWlE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAIhF,OAAO,EAAE,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AAEtE,eAAO,MAAM,eAAe,eAAsB,UAAU,GAAG,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmTvE,CAAC;AAGF,aAAK,WAAW,CAAC,CAAC,IAAI,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC;AAC3D,oBAAY,YAAY,GAAG,WAAW,CAAC,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC,CAAC"}
|
|
@@ -21,10 +21,11 @@ const add_contributor_1 = require("../contributors/add-contributor");
|
|
|
21
21
|
const list_contributors_1 = require("../contributors/list-contributors");
|
|
22
22
|
const remove_contributors_1 = require("../contributors/remove-contributors");
|
|
23
23
|
const graphql_client_4 = require("../contributors/graphql-client");
|
|
24
|
+
const graphql_client_5 = require("../entities/graphql-client");
|
|
24
25
|
const create_environment_1 = require("../environment/create-environment");
|
|
25
26
|
const list_environment_1 = require("../environment/list-environment");
|
|
26
|
-
const
|
|
27
|
-
const
|
|
27
|
+
const graphql_client_6 = require("../environment/graphql-client");
|
|
28
|
+
const graphql_client_7 = require("../installations/graphql-client");
|
|
28
29
|
const site_translation_1 = require("../installations/site-translation");
|
|
29
30
|
const install_app_site_1 = require("../installations/install-app-site");
|
|
30
31
|
const uninstall_app_1 = require("../installations/uninstall-app");
|
|
@@ -60,12 +61,13 @@ const lint_view_1 = require("./view/lint-view");
|
|
|
60
61
|
const lite_lint_view_1 = require("./view/lite-lint-view");
|
|
61
62
|
const settings_view_1 = require("./view/settings-view");
|
|
62
63
|
const tunnel_view_1 = require("./view/tunnel-view");
|
|
63
|
-
const
|
|
64
|
+
const graphql_client_8 = require("../webtrigger/graphql-client");
|
|
64
65
|
const stubController_1 = require("./controller/stubController");
|
|
65
66
|
const prerequisites_controller_1 = require("./controller/prerequisites-controller");
|
|
66
67
|
const runtime_bundler_1 = require("../deploy/packager/runtime-bundler");
|
|
67
68
|
const nativeui_bundler_1 = require("../deploy/packager/nativeui-bundler");
|
|
68
69
|
const sentry_1 = require("./sentry");
|
|
70
|
+
const list_indexes_1 = require("../entities/list-indexes");
|
|
69
71
|
const getDependencies = async (cliDetails) => {
|
|
70
72
|
let cmd;
|
|
71
73
|
const ui = new cli_shared_1.CommandLineUI(() => cmd.verbose);
|
|
@@ -121,7 +123,7 @@ const getDependencies = async (cliDetails) => {
|
|
|
121
123
|
const addContributorCommand = new add_contributor_1.AddContributorCommand(contributorClient, assertiveAppConfigReader);
|
|
122
124
|
const listContributorCommand = new list_contributors_1.ListContributorsCommand(contributorClient, assertiveAppConfigReader);
|
|
123
125
|
const removeContributorsCommand = new remove_contributors_1.RemoveContributorsCommand(contributorClient, assertiveAppConfigReader);
|
|
124
|
-
const environmentClient = new
|
|
126
|
+
const environmentClient = new graphql_client_6.GraphqlClient(graphQLClient);
|
|
125
127
|
const createEnvironmentCommand = new create_environment_1.CreateEnvironmentCommand(environmentClient, assertiveAppConfigReader);
|
|
126
128
|
const listEnvironmentCommand = new list_environment_1.ListEnvironmentCommand(environmentClient, assertiveAppConfigReader);
|
|
127
129
|
const migrationKeysClient = new graphql_client_2.GraphqlClient(graphQLClient);
|
|
@@ -131,13 +133,16 @@ const getDependencies = async (cliDetails) => {
|
|
|
131
133
|
const globalEdgeClient = new cli_shared_1.GlobalEdgeHttpClient(globalEdgeFetchClient);
|
|
132
134
|
const logsClient = new cli_shared_1.LogsGraphQLClient(graphQLClient);
|
|
133
135
|
const viewAppLogsCommand = new cli_shared_1.ViewAppLogsCommand(assertiveAppConfigReader, appEnvironmentClient, globalEdgeClient, logsClient);
|
|
136
|
+
const appOauthClientGraphql = new cli_shared_1.AppOauthClientGraphqlClient(graphQLClient);
|
|
137
|
+
const entitiesClient = new graphql_client_5.EntitiesGraphqlClient(graphQLClient);
|
|
138
|
+
const listEntitiesIndexesCommand = new list_indexes_1.ListEntitiesIndexesCommand(assertiveAppConfigReader, appOauthClientGraphql, entitiesClient);
|
|
134
139
|
const bitbucketTranslation = new site_translation_1.BitbucketTranslator();
|
|
135
140
|
const cloudProductTranslation = new site_translation_1.CloudIdTranslator(graphQLClient);
|
|
136
|
-
const installationsClient = new
|
|
141
|
+
const installationsClient = new graphql_client_7.InstallationsGraphqlClient(graphQLClient, cloudProductTranslation, bitbucketTranslation, cli_shared_1.pause);
|
|
137
142
|
const installAppSiteCommand = new install_app_site_1.InstallAppSiteCommand(assertiveAppConfigReader, installationsClient);
|
|
138
143
|
const uninstallAppCommand = new uninstall_app_1.UninstallAppCommand(assertiveAppConfigReader, installationsClient);
|
|
139
144
|
const deployMonitorClient = new deploy_1.DeployMonitorGraphqlClient(graphQLClient);
|
|
140
|
-
const webTriggerGraphqlClient = new
|
|
145
|
+
const webTriggerGraphqlClient = new graphql_client_8.WebTriggerGraphQLClient(graphQLClient);
|
|
141
146
|
const archiverFactory = () => new deploy_1.ZipArchiver(ui);
|
|
142
147
|
const uploaderArtifactClient = new deploy_1.ArtifactGraphQLClient(graphQLClient);
|
|
143
148
|
const triggerDeployClient = new deploy_1.TriggerDeployGraphQLClient(graphQLClient);
|
|
@@ -203,7 +208,8 @@ const getDependencies = async (cliDetails) => {
|
|
|
203
208
|
createEnvironmentCommand,
|
|
204
209
|
listEnvironmentCommand,
|
|
205
210
|
viewAppLogsCommand,
|
|
206
|
-
getWebTriggerURLCommand
|
|
211
|
+
getWebTriggerURLCommand,
|
|
212
|
+
listEntitiesIndexesCommand
|
|
207
213
|
},
|
|
208
214
|
services: {
|
|
209
215
|
featureFlagService,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/command-line/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAmB,YAAY,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/command-line/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAmB,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAoBvE,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,YAAY,QAelD;AAQD,eAAO,MAAM,IAAI,QAAa,QAAQ,IAAI,CAiBzC,CAAC"}
|
|
@@ -19,6 +19,7 @@ const register_settings_commands_1 = require("./register-settings-commands");
|
|
|
19
19
|
const register_providers_commands_1 = require("./register-providers-commands");
|
|
20
20
|
const register_contributors_commands_1 = require("./register-contributors-commands");
|
|
21
21
|
const register_environment_commands_1 = require("./register-environment-commands");
|
|
22
|
+
const register_storage_commands_1 = require("./register-storage-commands");
|
|
22
23
|
function registerCommands(deps) {
|
|
23
24
|
(0, register_autocomplete_commands_1.registerCommands)(deps);
|
|
24
25
|
(0, register_authentication_command_1.registerCommands)(deps);
|
|
@@ -33,6 +34,7 @@ function registerCommands(deps) {
|
|
|
33
34
|
(0, register_feedback_commands_1.registerCommands)(deps);
|
|
34
35
|
(0, register_settings_commands_1.registerCommands)(deps);
|
|
35
36
|
(0, register_providers_commands_1.registerCommands)(deps);
|
|
37
|
+
(0, register_storage_commands_1.registerCommands)(deps);
|
|
36
38
|
}
|
|
37
39
|
exports.registerCommands = registerCommands;
|
|
38
40
|
const registerEvents = ({ ui }) => {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ConfigFile } from '@forge/cli-shared';
|
|
2
|
+
import { Dependencies } from './dependency-injection';
|
|
3
|
+
export declare function getManifestEntities(configFile: ConfigFile): Promise<{
|
|
4
|
+
entities: string[];
|
|
5
|
+
}>;
|
|
6
|
+
export interface ListIndexesData {
|
|
7
|
+
environment: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function listIndexes(data: ListIndexesData, configFile: ConfigFile, { ui, commands: { listEntitiesIndexesCommand } }: Dependencies): Promise<void>;
|
|
10
|
+
export declare const registerCommands: (deps: Dependencies) => void;
|
|
11
|
+
//# sourceMappingURL=register-storage-commands.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register-storage-commands.d.ts","sourceRoot":"","sources":["../../src/command-line/register-storage-commands.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAA6B,MAAM,mBAAmB,CAAC;AAE1E,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAKtD,wBAAsB,mBAAmB,CAAC,UAAU,EAAE,UAAU;;GAG/D;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,wBAAsB,WAAW,CAC/B,IAAI,EAAE,eAAe,EACrB,UAAU,EAAE,UAAU,EACtB,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,0BAA0B,EAAE,EAAE,EAAE,YAAY,iBAgB/D;AAqBD,eAAO,MAAM,gBAAgB,SAAU,YAAY,KAAG,IAOrD,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.registerCommands = exports.listIndexes = exports.getManifestEntities = void 0;
|
|
4
|
+
const cli_shared_1 = require("@forge/cli-shared");
|
|
5
|
+
const COMMAND_NAME = 'storage';
|
|
6
|
+
async function getManifestEntities(configFile) {
|
|
7
|
+
var _a, _b;
|
|
8
|
+
const manifest = await configFile.readConfig();
|
|
9
|
+
return { entities: ((_b = (_a = manifest.app.storage) === null || _a === void 0 ? void 0 : _a.entities) === null || _b === void 0 ? void 0 : _b.map((entity) => entity.name)) || [] };
|
|
10
|
+
}
|
|
11
|
+
exports.getManifestEntities = getManifestEntities;
|
|
12
|
+
async function listIndexes(data, configFile, { ui, commands: { listEntitiesIndexesCommand } }) {
|
|
13
|
+
const { entities } = await getManifestEntities(configFile);
|
|
14
|
+
const result = await listEntitiesIndexesCommand.execute((0, cli_shared_1.optionToEnvironment)(data.environment || 'development'), entities);
|
|
15
|
+
ui.table([
|
|
16
|
+
['entityName', 'Entity name'],
|
|
17
|
+
['indexName', 'Index name'],
|
|
18
|
+
['indexStatus', 'Index status']
|
|
19
|
+
], result.indexes);
|
|
20
|
+
}
|
|
21
|
+
exports.listIndexes = listIndexes;
|
|
22
|
+
const registerListCustomEntityIndexCommand = (parent, configFile, deps) => {
|
|
23
|
+
parent
|
|
24
|
+
.command('list')
|
|
25
|
+
.requireAppId()
|
|
26
|
+
.environmentOption()
|
|
27
|
+
.description(cli_shared_1.Text.entitiesIndexesList.cmd.desc)
|
|
28
|
+
.action(async (data) => {
|
|
29
|
+
await listIndexes(data, configFile, deps);
|
|
30
|
+
});
|
|
31
|
+
};
|
|
32
|
+
const registerCustomEntitiesIndexesCommand = (parent, { ui }) => {
|
|
33
|
+
return parent.command('indexes').requireAppId().description(cli_shared_1.Text.entitiesIndexes.cmd.desc);
|
|
34
|
+
};
|
|
35
|
+
const registerCustomEntitiesCommand = (parent, { ui }) => {
|
|
36
|
+
return parent.command('entities').requireAppId().description(cli_shared_1.Text.entitiesIndexes.cmd.desc);
|
|
37
|
+
};
|
|
38
|
+
const registerCommands = (deps) => {
|
|
39
|
+
const { cmd, configFile } = deps;
|
|
40
|
+
const storage = cmd.command(COMMAND_NAME).description(cli_shared_1.Text.storage.cmd.desc);
|
|
41
|
+
const customEntitiesCommand = registerCustomEntitiesCommand(storage, deps);
|
|
42
|
+
const customEntitiesIndexesCommand = registerCustomEntitiesIndexesCommand(customEntitiesCommand, deps);
|
|
43
|
+
registerListCustomEntityIndexCommand(customEntitiesIndexesCommand, configFile, deps);
|
|
44
|
+
};
|
|
45
|
+
exports.registerCommands = registerCommands;
|
|
@@ -8,6 +8,7 @@ export declare class DeployView {
|
|
|
8
8
|
displayStart(environment: string): void;
|
|
9
9
|
displayLintRunning(): void;
|
|
10
10
|
displayOutdatedInstallationsMessage(): void;
|
|
11
|
+
displayIndexingCommand(environment: string): void;
|
|
11
12
|
displayLintErrors(lintResults: LintResult[]): void;
|
|
12
13
|
displayLintWarnings(warnings: number): void;
|
|
13
14
|
displayNoLintProblems(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploy-view.d.ts","sourceRoot":"","sources":["../../../src/command-line/view/deploy-view.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAA2D,EAAE,EAAE,MAAM,mBAAmB,CAAC;AACvH,OAAO,EAAE,UAAU,EAAqB,MAAM,aAAa,CAAC;AAE5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,qBAAa,UAAU;IACT,OAAO,CAAC,QAAQ,CAAC,EAAE;gBAAF,EAAE,EAAE,EAAE;IAE5B,SAAS,IAAI,EAAE;IAIf,YAAY,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAIvC,kBAAkB,IAAI,IAAI;IAI1B,mCAAmC,IAAI,IAAI;IAK3C,iBAAiB,CAAC,WAAW,EAAE,UAAU,EAAE,GAAG,IAAI;IAKlD,mBAAmB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAI3C,qBAAqB,IAAI,IAAI;IAI7B,8BAA8B,CAAC,WAAW,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI;IAInG,8BAA8B,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAIzD,mCAAmC,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI;IAI3E,kCAAkC,IAAI,OAAO,CAAC,OAAO,CAAC;IAItD,kCAAkC,IAAI,OAAO,CAAC,OAAO,CAAC;IAItD,wBAAwB,CACnC,EAAE,MAAM,EAAE,IAAI,EAAE,cAAc,EAAE,eAAe,EAAE,EAAE,qBAAqB,EACxE,wBAAwB,EAAE,OAAO,EACjC,cAAc,EAAE,MAAM,OAAO,CAAC,gBAAgB,CAAC,GAC9C,OAAO,CAAC,gBAAgB,CAAC;CAY7B"}
|
|
1
|
+
{"version":3,"file":"deploy-view.d.ts","sourceRoot":"","sources":["../../../src/command-line/view/deploy-view.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAA2D,EAAE,EAAE,MAAM,mBAAmB,CAAC;AACvH,OAAO,EAAE,UAAU,EAAqB,MAAM,aAAa,CAAC;AAE5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAEnE,qBAAa,UAAU;IACT,OAAO,CAAC,QAAQ,CAAC,EAAE;gBAAF,EAAE,EAAE,EAAE;IAE5B,SAAS,IAAI,EAAE;IAIf,YAAY,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAIvC,kBAAkB,IAAI,IAAI;IAI1B,mCAAmC,IAAI,IAAI;IAK3C,sBAAsB,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAKjD,iBAAiB,CAAC,WAAW,EAAE,UAAU,EAAE,GAAG,IAAI;IAKlD,mBAAmB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAI3C,qBAAqB,IAAI,IAAI;IAI7B,8BAA8B,CAAC,WAAW,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI;IAInG,8BAA8B,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAIzD,mCAAmC,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI;IAI3E,kCAAkC,IAAI,OAAO,CAAC,OAAO,CAAC;IAItD,kCAAkC,IAAI,OAAO,CAAC,OAAO,CAAC;IAItD,wBAAwB,CACnC,EAAE,MAAM,EAAE,IAAI,EAAE,cAAc,EAAE,eAAe,EAAE,EAAE,qBAAqB,EACxE,wBAAwB,EAAE,OAAO,EACjC,cAAc,EAAE,MAAM,OAAO,CAAC,gBAAgB,CAAC,GAC9C,OAAO,CAAC,gBAAgB,CAAC;CAY7B"}
|
|
@@ -21,6 +21,10 @@ class DeployView {
|
|
|
21
21
|
this.ui.emptyLine();
|
|
22
22
|
this.ui.warn(cli_shared_1.Text.deploy.outdatedInstallations);
|
|
23
23
|
}
|
|
24
|
+
displayIndexingCommand(environment) {
|
|
25
|
+
this.ui.emptyLine();
|
|
26
|
+
this.ui.info(cli_shared_1.Text.deploy.listIndexes(environment));
|
|
27
|
+
}
|
|
24
28
|
displayLintErrors(lintResults) {
|
|
25
29
|
this.ui.info(cli_shared_1.Text.deploy.taskLint.lintError);
|
|
26
30
|
(0, lint_1.reportLintResults)(this.ui, lintResults);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { GraphQLClient } from '@forge/cli-shared';
|
|
2
|
+
export declare class EntitiesGraphqlClient {
|
|
3
|
+
private readonly graphQLClient;
|
|
4
|
+
constructor(graphQLClient: GraphQLClient);
|
|
5
|
+
getEntitiesDefinitions(oauthClientId: string, entities: string[]): Promise<any[]>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=graphql-client.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"graphql-client.d.ts","sourceRoot":"","sources":["../../src/entities/graphql-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,qBAAa,qBAAqB;IACpB,OAAO,CAAC,QAAQ,CAAC,aAAa;gBAAb,aAAa,EAAE,aAAa;IAE5C,sBAAsB,CAAC,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;CA+B/F"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EntitiesGraphqlClient = void 0;
|
|
4
|
+
class EntitiesGraphqlClient {
|
|
5
|
+
constructor(graphQLClient) {
|
|
6
|
+
this.graphQLClient = graphQLClient;
|
|
7
|
+
}
|
|
8
|
+
async getEntitiesDefinitions(oauthClientId, entities) {
|
|
9
|
+
var _a;
|
|
10
|
+
const query = `
|
|
11
|
+
query forge_cli_getAppOauthClientIdDetails($oauthClientId: String!, $entities: [String!]!) {
|
|
12
|
+
ersLifecycle {
|
|
13
|
+
customEntityDefinitions(
|
|
14
|
+
entities: $entities
|
|
15
|
+
oauthClientId: $oauthClientId
|
|
16
|
+
) {
|
|
17
|
+
indexes {
|
|
18
|
+
name
|
|
19
|
+
partition
|
|
20
|
+
range
|
|
21
|
+
status
|
|
22
|
+
}
|
|
23
|
+
name
|
|
24
|
+
status
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
`;
|
|
29
|
+
const result = await this.graphQLClient.query(query, {
|
|
30
|
+
oauthClientId,
|
|
31
|
+
entities
|
|
32
|
+
});
|
|
33
|
+
return ((_a = result === null || result === void 0 ? void 0 : result.ersLifecycle) === null || _a === void 0 ? void 0 : _a.customEntityDefinitions) || [];
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.EntitiesGraphqlClient = EntitiesGraphqlClient;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AppConfigProvider, AppOauthClientIdClient } from '@forge/cli-shared';
|
|
2
|
+
export interface CustomEntityIndex {
|
|
3
|
+
entityName: string;
|
|
4
|
+
indexName: string;
|
|
5
|
+
indexStatus: CustomEntityIndexStatus;
|
|
6
|
+
}
|
|
7
|
+
export declare enum CustomEntityIndexStatus {
|
|
8
|
+
ACTIVE = "ACTIVE",
|
|
9
|
+
CREATING = "CREATING"
|
|
10
|
+
}
|
|
11
|
+
export interface AppCustomEntitiesIndexes {
|
|
12
|
+
appId: string;
|
|
13
|
+
oauthClientId: string;
|
|
14
|
+
environmentId: string;
|
|
15
|
+
indexes: CustomEntityIndex[];
|
|
16
|
+
}
|
|
17
|
+
export interface EntitiesClient {
|
|
18
|
+
getEntitiesDefinitions(oauthClientId: string, entities: string[]): Promise<any[]>;
|
|
19
|
+
}
|
|
20
|
+
export declare class ListEntitiesIndexesCommand {
|
|
21
|
+
private readonly getAppConfig;
|
|
22
|
+
private readonly appOauthClient;
|
|
23
|
+
private readonly entitiesGraphqlClient;
|
|
24
|
+
constructor(getAppConfig: AppConfigProvider, appOauthClient: AppOauthClientIdClient, entitiesGraphqlClient: EntitiesClient);
|
|
25
|
+
execute(environment: string, entities: string[]): Promise<AppCustomEntitiesIndexes>;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=list-indexes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-indexes.d.ts","sourceRoot":"","sources":["../../src/entities/list-indexes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAE9E,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,uBAAuB,CAAC;CACtC;AAED,oBAAY,uBAAuB;IACjC,MAAM,WAAW;IACjB,QAAQ,aAAa;CACtB;AAED,MAAM,WAAW,wBAAwB;IACvC,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,iBAAiB,EAAE,CAAC;CAC9B;AAED,MAAM,WAAW,cAAc;IAC7B,sBAAsB,CAAC,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;CACnF;AAED,qBAAa,0BAA0B;IAEnC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,cAAc;IAC/B,OAAO,CAAC,QAAQ,CAAC,qBAAqB;gBAFrB,YAAY,EAAE,iBAAiB,EAC/B,cAAc,EAAE,sBAAsB,EACtC,qBAAqB,EAAE,cAAc;IAG3C,OAAO,CAAC,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,wBAAwB,CAAC;CA2CjG"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListEntitiesIndexesCommand = exports.CustomEntityIndexStatus = void 0;
|
|
4
|
+
var CustomEntityIndexStatus;
|
|
5
|
+
(function (CustomEntityIndexStatus) {
|
|
6
|
+
CustomEntityIndexStatus["ACTIVE"] = "ACTIVE";
|
|
7
|
+
CustomEntityIndexStatus["CREATING"] = "CREATING";
|
|
8
|
+
})(CustomEntityIndexStatus = exports.CustomEntityIndexStatus || (exports.CustomEntityIndexStatus = {}));
|
|
9
|
+
class ListEntitiesIndexesCommand {
|
|
10
|
+
constructor(getAppConfig, appOauthClient, entitiesGraphqlClient) {
|
|
11
|
+
this.getAppConfig = getAppConfig;
|
|
12
|
+
this.appOauthClient = appOauthClient;
|
|
13
|
+
this.entitiesGraphqlClient = entitiesGraphqlClient;
|
|
14
|
+
}
|
|
15
|
+
async execute(environment, entities) {
|
|
16
|
+
var _a;
|
|
17
|
+
const { id: appId } = await this.getAppConfig();
|
|
18
|
+
const { environmentId, oauthClientId } = await this.appOauthClient.getAppOauthClientIdDetails(appId, environment);
|
|
19
|
+
const results = await this.entitiesGraphqlClient.getEntitiesDefinitions(oauthClientId, entities);
|
|
20
|
+
const transformedIndexes = [];
|
|
21
|
+
for (const entity of results) {
|
|
22
|
+
const [, , , ...entityName] = entity.name.split('_');
|
|
23
|
+
for (const index of (_a = entity.indexes) !== null && _a !== void 0 ? _a : []) {
|
|
24
|
+
transformedIndexes.push({
|
|
25
|
+
entityName: entityName.join('_'),
|
|
26
|
+
indexName: index.name,
|
|
27
|
+
indexStatus: index.status
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
transformedIndexes.sort((index1, index2) => {
|
|
32
|
+
if (index1.indexStatus > index2.indexStatus) {
|
|
33
|
+
return -1;
|
|
34
|
+
}
|
|
35
|
+
else if (index1.indexStatus < index2.indexStatus) {
|
|
36
|
+
return 1;
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
if (index1.entityName < index2.entityName) {
|
|
40
|
+
return -1;
|
|
41
|
+
}
|
|
42
|
+
else if (index1.entityName > index2.entityName) {
|
|
43
|
+
return 1;
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
return 0;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
return {
|
|
51
|
+
appId,
|
|
52
|
+
environmentId,
|
|
53
|
+
oauthClientId,
|
|
54
|
+
indexes: transformedIndexes
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
exports.ListEntitiesIndexesCommand = ListEntitiesIndexesCommand;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli",
|
|
3
|
-
"version": "6.6.0-next.9",
|
|
3
|
+
"version": "6.6.0-next.9-experimental-3fb944e",
|
|
4
4
|
"description": "A command line interface for managing Atlassian-hosted apps",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"postinstall": "node -e \"process.exitCode = fs.existsSync('./out/bin/postinstall.js')\" || node ./out/bin/postinstall.js"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@forge/bundler": "4.6.1-next.8",
|
|
22
|
-
"@forge/cli-shared": "3.8.0-next.3",
|
|
21
|
+
"@forge/bundler": "4.6.1-next.8-experimental-3fb944e",
|
|
22
|
+
"@forge/cli-shared": "3.8.0-next.3-experimental-3fb944e",
|
|
23
23
|
"@forge/egress": "1.1.2",
|
|
24
|
-
"@forge/lint": "3.2.17-next.3",
|
|
25
|
-
"@forge/manifest": "4.8.0-next.1",
|
|
26
|
-
"@forge/runtime": "4.3.1-next.0",
|
|
27
|
-
"@forge/tunnel": "3.3.0-next.8",
|
|
24
|
+
"@forge/lint": "3.2.17-next.3-experimental-3fb944e",
|
|
25
|
+
"@forge/manifest": "4.8.0-next.1-experimental-3fb944e",
|
|
26
|
+
"@forge/runtime": "4.3.1-next.0-experimental-3fb944e",
|
|
27
|
+
"@forge/tunnel": "3.3.0-next.8-experimental-3fb944e",
|
|
28
28
|
"@forge/util": "1.2.1",
|
|
29
29
|
"@sentry/node": "^7.29.0",
|
|
30
30
|
"ajv": "^6.12.6",
|