@commercetools-frontend/application-cli 6.1.10 → 7.1.0

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/README.md CHANGED
@@ -80,7 +80,7 @@ You can disable existing bucket regions or environments:
80
80
  module.exports = defineStorageBucketsConfig({
81
81
  options: {
82
82
  disabledBucketRegions: ['merchant-center-north-america']
83
- disabledEnvironments: ['vw_production_aws_eu-central-1_v1']
83
+ disabledEnvironments: ['ctp_staging_gcp_europe-west1_v1']
84
84
  },
85
85
  });
86
86
  ```
@@ -17,7 +17,7 @@ var _mapInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instan
17
17
  var _Object$entries = require('@babel/runtime-corejs3/core-js-stable/object/entries');
18
18
  var _Set = require('@babel/runtime-corejs3/core-js-stable/set');
19
19
  var _flatMapInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/flat-map');
20
- var storageBucketsConfig = require('../../dist/storage-buckets-config-a60beacc.cjs.dev.js');
20
+ var storageBucketsConfig = require('../../dist/storage-buckets-config-c9659859.cjs.dev.js');
21
21
  var fs = require('node:fs');
22
22
  var path$1 = require('node:path');
23
23
  var listr2 = require('listr2');
@@ -954,8 +954,6 @@ const mapApplicationMenuConfigToGraqhQLMenuJson = config => {
954
954
  // @ts-ignore: not defined in schema, as it's only used internally.
955
955
  featureToggle: menuLinks.featureToggle ?? null,
956
956
  // @ts-ignore: not defined in schema, as it's only used internally.
957
- menuVisibility: menuLinks.menuVisibility ?? null,
958
- // @ts-ignore: not defined in schema, as it's only used internally.
959
957
  actionRights: menuLinks.actionRights ?? null,
960
958
  // @ts-ignore: not defined in schema, as it's only used internally.
961
959
  dataFences: menuLinks.dataFences ?? null,
@@ -967,8 +965,6 @@ const mapApplicationMenuConfigToGraqhQLMenuJson = config => {
967
965
  // @ts-ignore: not defined in schema, as it's only used internally.
968
966
  featureToggle: submenuLink.featureToggle ?? null,
969
967
  // @ts-ignore: not defined in schema, as it's only used internally.
970
- menuVisibility: submenuLink.menuVisibility ?? null,
971
- // @ts-ignore: not defined in schema, as it's only used internally.
972
968
  actionRights: submenuLink.actionRights ?? null,
973
969
  // @ts-ignore: not defined in schema, as it's only used internally.
974
970
  dataFences: submenuLink.dataFences ?? null
@@ -1216,9 +1212,6 @@ const baseMenuProperties = {
1216
1212
  required: ['locale', 'value']
1217
1213
  }]
1218
1214
  },
1219
- menuVisibility: {
1220
- type: ['string', 'null']
1221
- },
1222
1215
  permissions: {
1223
1216
  type: 'array',
1224
1217
  items: {
@@ -1306,7 +1299,7 @@ async function command(cliFlags) {
1306
1299
 
1307
1300
  var pkgJson = {
1308
1301
  name: "@commercetools-frontend/application-cli",
1309
- version: "6.1.10",
1302
+ version: "7.1.0",
1310
1303
  description: "Internal CLI to manage Merchant Center application deployments across various environments.",
1311
1304
  keywords: [
1312
1305
  "commercetools",
@@ -1331,13 +1324,13 @@ var pkgJson = {
1331
1324
  dependencies: {
1332
1325
  "@babel/core": "^7.22.11",
1333
1326
  "@babel/runtime-corejs3": "^7.21.0",
1334
- "@commercetools-frontend/application-config": "24.11.0",
1335
- "@commercetools-frontend/constants": "24.11.0",
1336
- "@commercetools-frontend/l10n": "24.11.0",
1327
+ "@commercetools-frontend/application-config": "24.13.0",
1328
+ "@commercetools-frontend/constants": "24.13.0",
1329
+ "@commercetools-frontend/l10n": "24.13.0",
1337
1330
  "@manypkg/find-root": "2.2.3",
1338
1331
  commander: "^13.1.0",
1339
1332
  cosmiconfig: "9.0.0",
1340
- dotenv: "16.6.1",
1333
+ dotenv: "17.2.3",
1341
1334
  execa: "5.1.1",
1342
1335
  jsonschema: "^1.4.1",
1343
1336
  listr2: "8.3.3",
@@ -1350,7 +1343,7 @@ var pkgJson = {
1350
1343
  "@tsconfig/node20": "20.1.6",
1351
1344
  "@types/lodash": "^4.14.198",
1352
1345
  "@types/micromatch": "4.0.9",
1353
- "@types/node": "22.19.0",
1346
+ "@types/node": "24.1.0",
1354
1347
  typescript: "5.2.2"
1355
1348
  },
1356
1349
  engines: {
@@ -17,7 +17,7 @@ var _mapInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instan
17
17
  var _Object$entries = require('@babel/runtime-corejs3/core-js-stable/object/entries');
18
18
  var _Set = require('@babel/runtime-corejs3/core-js-stable/set');
19
19
  var _flatMapInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/flat-map');
20
- var storageBucketsConfig = require('../../dist/storage-buckets-config-c52f6dd3.cjs.prod.js');
20
+ var storageBucketsConfig = require('../../dist/storage-buckets-config-09739a58.cjs.prod.js');
21
21
  var fs = require('node:fs');
22
22
  var path$1 = require('node:path');
23
23
  var listr2 = require('listr2');
@@ -954,8 +954,6 @@ const mapApplicationMenuConfigToGraqhQLMenuJson = config => {
954
954
  // @ts-ignore: not defined in schema, as it's only used internally.
955
955
  featureToggle: menuLinks.featureToggle ?? null,
956
956
  // @ts-ignore: not defined in schema, as it's only used internally.
957
- menuVisibility: menuLinks.menuVisibility ?? null,
958
- // @ts-ignore: not defined in schema, as it's only used internally.
959
957
  actionRights: menuLinks.actionRights ?? null,
960
958
  // @ts-ignore: not defined in schema, as it's only used internally.
961
959
  dataFences: menuLinks.dataFences ?? null,
@@ -967,8 +965,6 @@ const mapApplicationMenuConfigToGraqhQLMenuJson = config => {
967
965
  // @ts-ignore: not defined in schema, as it's only used internally.
968
966
  featureToggle: submenuLink.featureToggle ?? null,
969
967
  // @ts-ignore: not defined in schema, as it's only used internally.
970
- menuVisibility: submenuLink.menuVisibility ?? null,
971
- // @ts-ignore: not defined in schema, as it's only used internally.
972
968
  actionRights: submenuLink.actionRights ?? null,
973
969
  // @ts-ignore: not defined in schema, as it's only used internally.
974
970
  dataFences: submenuLink.dataFences ?? null
@@ -1216,9 +1212,6 @@ const baseMenuProperties = {
1216
1212
  required: ['locale', 'value']
1217
1213
  }]
1218
1214
  },
1219
- menuVisibility: {
1220
- type: ['string', 'null']
1221
- },
1222
1215
  permissions: {
1223
1216
  type: 'array',
1224
1217
  items: {
@@ -1306,7 +1299,7 @@ async function command(cliFlags) {
1306
1299
 
1307
1300
  var pkgJson = {
1308
1301
  name: "@commercetools-frontend/application-cli",
1309
- version: "6.1.10",
1302
+ version: "7.1.0",
1310
1303
  description: "Internal CLI to manage Merchant Center application deployments across various environments.",
1311
1304
  keywords: [
1312
1305
  "commercetools",
@@ -1331,13 +1324,13 @@ var pkgJson = {
1331
1324
  dependencies: {
1332
1325
  "@babel/core": "^7.22.11",
1333
1326
  "@babel/runtime-corejs3": "^7.21.0",
1334
- "@commercetools-frontend/application-config": "24.11.0",
1335
- "@commercetools-frontend/constants": "24.11.0",
1336
- "@commercetools-frontend/l10n": "24.11.0",
1327
+ "@commercetools-frontend/application-config": "24.13.0",
1328
+ "@commercetools-frontend/constants": "24.13.0",
1329
+ "@commercetools-frontend/l10n": "24.13.0",
1337
1330
  "@manypkg/find-root": "2.2.3",
1338
1331
  commander: "^13.1.0",
1339
1332
  cosmiconfig: "9.0.0",
1340
- dotenv: "16.6.1",
1333
+ dotenv: "17.2.3",
1341
1334
  execa: "5.1.1",
1342
1335
  jsonschema: "^1.4.1",
1343
1336
  listr2: "8.3.3",
@@ -1350,7 +1343,7 @@ var pkgJson = {
1350
1343
  "@tsconfig/node20": "20.1.6",
1351
1344
  "@types/lodash": "^4.14.198",
1352
1345
  "@types/micromatch": "4.0.9",
1353
- "@types/node": "22.19.0",
1346
+ "@types/node": "24.1.0",
1354
1347
  typescript: "5.2.2"
1355
1348
  },
1356
1349
  engines: {
@@ -13,7 +13,7 @@ import _mapInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance
13
13
  import _Object$entries from '@babel/runtime-corejs3/core-js-stable/object/entries';
14
14
  import _Set from '@babel/runtime-corejs3/core-js-stable/set';
15
15
  import _flatMapInstanceProperty from '@babel/runtime-corejs3/core-js-stable/instance/flat-map';
16
- import { s as storageProviders, l as loadStorageBucketsConfig, c as clusterContexts, a as loadConfig } from '../../dist/storage-buckets-config-18d5c6f2.esm.js';
16
+ import { s as storageProviders, l as loadStorageBucketsConfig, c as clusterContexts, a as loadConfig } from '../../dist/storage-buckets-config-89e84e61.esm.js';
17
17
  import fs from 'node:fs';
18
18
  import path$1 from 'node:path';
19
19
  import { Listr } from 'listr2';
@@ -918,8 +918,6 @@ const mapApplicationMenuConfigToGraqhQLMenuJson = config => {
918
918
  // @ts-ignore: not defined in schema, as it's only used internally.
919
919
  featureToggle: menuLinks.featureToggle ?? null,
920
920
  // @ts-ignore: not defined in schema, as it's only used internally.
921
- menuVisibility: menuLinks.menuVisibility ?? null,
922
- // @ts-ignore: not defined in schema, as it's only used internally.
923
921
  actionRights: menuLinks.actionRights ?? null,
924
922
  // @ts-ignore: not defined in schema, as it's only used internally.
925
923
  dataFences: menuLinks.dataFences ?? null,
@@ -931,8 +929,6 @@ const mapApplicationMenuConfigToGraqhQLMenuJson = config => {
931
929
  // @ts-ignore: not defined in schema, as it's only used internally.
932
930
  featureToggle: submenuLink.featureToggle ?? null,
933
931
  // @ts-ignore: not defined in schema, as it's only used internally.
934
- menuVisibility: submenuLink.menuVisibility ?? null,
935
- // @ts-ignore: not defined in schema, as it's only used internally.
936
932
  actionRights: submenuLink.actionRights ?? null,
937
933
  // @ts-ignore: not defined in schema, as it's only used internally.
938
934
  dataFences: submenuLink.dataFences ?? null
@@ -1180,9 +1176,6 @@ const baseMenuProperties = {
1180
1176
  required: ['locale', 'value']
1181
1177
  }]
1182
1178
  },
1183
- menuVisibility: {
1184
- type: ['string', 'null']
1185
- },
1186
1179
  permissions: {
1187
1180
  type: 'array',
1188
1181
  items: {
@@ -1270,7 +1263,7 @@ async function command(cliFlags) {
1270
1263
 
1271
1264
  var pkgJson = {
1272
1265
  name: "@commercetools-frontend/application-cli",
1273
- version: "6.1.10",
1266
+ version: "7.1.0",
1274
1267
  description: "Internal CLI to manage Merchant Center application deployments across various environments.",
1275
1268
  keywords: [
1276
1269
  "commercetools",
@@ -1295,13 +1288,13 @@ var pkgJson = {
1295
1288
  dependencies: {
1296
1289
  "@babel/core": "^7.22.11",
1297
1290
  "@babel/runtime-corejs3": "^7.21.0",
1298
- "@commercetools-frontend/application-config": "24.11.0",
1299
- "@commercetools-frontend/constants": "24.11.0",
1300
- "@commercetools-frontend/l10n": "24.11.0",
1291
+ "@commercetools-frontend/application-config": "24.13.0",
1292
+ "@commercetools-frontend/constants": "24.13.0",
1293
+ "@commercetools-frontend/l10n": "24.13.0",
1301
1294
  "@manypkg/find-root": "2.2.3",
1302
1295
  commander: "^13.1.0",
1303
1296
  cosmiconfig: "9.0.0",
1304
- dotenv: "16.6.1",
1297
+ dotenv: "17.2.3",
1305
1298
  execa: "5.1.1",
1306
1299
  jsonschema: "^1.4.1",
1307
1300
  listr2: "8.3.3",
@@ -1314,7 +1307,7 @@ var pkgJson = {
1314
1307
  "@tsconfig/node20": "20.1.6",
1315
1308
  "@types/lodash": "^4.14.198",
1316
1309
  "@types/micromatch": "4.0.9",
1317
- "@types/node": "22.19.0",
1310
+ "@types/node": "24.1.0",
1318
1311
  typescript: "5.2.2"
1319
1312
  },
1320
1313
  engines: {
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var storageBucketsConfig = require('./storage-buckets-config-a60beacc.cjs.dev.js');
5
+ var storageBucketsConfig = require('./storage-buckets-config-c9659859.cjs.dev.js');
6
6
  require('@babel/runtime-corejs3/core-js-stable/instance/for-each');
7
7
  require('@babel/runtime-corejs3/core-js-stable/object/keys');
8
8
  require('@babel/runtime-corejs3/core-js-stable/instance/filter');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var storageBucketsConfig = require('./storage-buckets-config-c52f6dd3.cjs.prod.js');
5
+ var storageBucketsConfig = require('./storage-buckets-config-09739a58.cjs.prod.js');
6
6
  require('@babel/runtime-corejs3/core-js-stable/instance/for-each');
7
7
  require('@babel/runtime-corejs3/core-js-stable/object/keys');
8
8
  require('@babel/runtime-corejs3/core-js-stable/instance/filter');
@@ -1,4 +1,4 @@
1
- export { b as bucketEnvironments, e as bucketRegions, c as clusterContexts, d as defineStorageBucketsConfig, s as storageProviders } from './storage-buckets-config-18d5c6f2.esm.js';
1
+ export { b as bucketEnvironments, e as bucketRegions, c as clusterContexts, d as defineStorageBucketsConfig, s as storageProviders } from './storage-buckets-config-89e84e61.esm.js';
2
2
  import '@babel/runtime-corejs3/core-js-stable/instance/for-each';
3
3
  import '@babel/runtime-corejs3/core-js-stable/object/keys';
4
4
  import '@babel/runtime-corejs3/core-js-stable/instance/filter';
@@ -1,25 +1,23 @@
1
1
  import type { TStorageProviderTag, TStorageProvider } from "./types.js";
2
2
  export declare const clusterContexts: {
3
+ readonly 'ctp_staging_aws_eu-central-1_v1': "ctp_staging_aws_eu-central-1_v1";
3
4
  readonly 'ctp_staging_gcp_europe-west1_v1': "ctp_staging_gcp_europe-west1_v1";
4
- readonly 'vw_staging_aws_eu-central-1_v1': "vw_staging_aws_eu-central-1_v1";
5
5
  readonly 'ctp_testing_performance_gcp_europe-west1_v1': "ctp_testing_performance_gcp_europe-west1_v1";
6
6
  readonly 'ctp_production_aws_eu-central-1_v1': "ctp_production_aws_eu-central-1_v1";
7
7
  readonly 'ctp_production_gcp_europe-west1_v1': "ctp_production_gcp_europe-west1_v1";
8
- readonly 'vw_production_aws_eu-central-1_v1': "vw_production_aws_eu-central-1_v1";
9
8
  readonly 'ctp_production_aws_us-east-2_v1': "ctp_production_aws_us-east-2_v1";
10
9
  readonly 'ctp_production_gcp_us-central1_v1': "ctp_production_gcp_us-central1_v1";
11
10
  readonly 'ctp_production_gcp_australia-southeast1_v1': "ctp_production_gcp_australia-southeast1_v1";
12
11
  };
13
12
  export declare const bucketEnvironments: {
13
+ readonly 'ctp-aws-staging-eu': "ctp-aws-staging-eu";
14
14
  readonly 'ctp-gcp-staging-eu': "ctp-gcp-staging-eu";
15
- readonly 'ctp-vw-staging-eu': "ctp-vw-staging-eu";
16
15
  readonly 'ctp-gcp-testing-performance-eu': "ctp-gcp-testing-performance-eu";
17
16
  readonly 'ctp-aws-production-eu': "ctp-aws-production-eu";
18
17
  readonly 'ctp-aws-production-us': "ctp-aws-production-us";
19
18
  readonly 'ctp-gcp-production-au': "ctp-gcp-production-au";
20
19
  readonly 'ctp-gcp-production-eu': "ctp-gcp-production-eu";
21
20
  readonly 'ctp-gcp-production-us': "ctp-gcp-production-us";
22
- readonly 'ctp-vw-production-eu': "ctp-vw-production-eu";
23
21
  readonly 'ctp-att-production-va': "ctp-att-production-va";
24
22
  };
25
23
  export declare const bucketRegions: {
@@ -17,26 +17,24 @@ var _bindInstanceProperty__default = /*#__PURE__*/_interopDefault(_bindInstanceP
17
17
  var lodash__default = /*#__PURE__*/_interopDefault(lodash);
18
18
 
19
19
  const clusterContexts = {
20
+ 'ctp_staging_aws_eu-central-1_v1': 'ctp_staging_aws_eu-central-1_v1',
20
21
  'ctp_staging_gcp_europe-west1_v1': 'ctp_staging_gcp_europe-west1_v1',
21
- 'vw_staging_aws_eu-central-1_v1': 'vw_staging_aws_eu-central-1_v1',
22
22
  'ctp_testing_performance_gcp_europe-west1_v1': 'ctp_testing_performance_gcp_europe-west1_v1',
23
23
  'ctp_production_aws_eu-central-1_v1': 'ctp_production_aws_eu-central-1_v1',
24
24
  'ctp_production_gcp_europe-west1_v1': 'ctp_production_gcp_europe-west1_v1',
25
- 'vw_production_aws_eu-central-1_v1': 'vw_production_aws_eu-central-1_v1',
26
25
  'ctp_production_aws_us-east-2_v1': 'ctp_production_aws_us-east-2_v1',
27
26
  'ctp_production_gcp_us-central1_v1': 'ctp_production_gcp_us-central1_v1',
28
27
  'ctp_production_gcp_australia-southeast1_v1': 'ctp_production_gcp_australia-southeast1_v1'
29
28
  };
30
29
  const bucketEnvironments = {
30
+ 'ctp-aws-staging-eu': 'ctp-aws-staging-eu',
31
31
  'ctp-gcp-staging-eu': 'ctp-gcp-staging-eu',
32
- 'ctp-vw-staging-eu': 'ctp-vw-staging-eu',
33
32
  'ctp-gcp-testing-performance-eu': 'ctp-gcp-testing-performance-eu',
34
33
  'ctp-aws-production-eu': 'ctp-aws-production-eu',
35
34
  'ctp-aws-production-us': 'ctp-aws-production-us',
36
35
  'ctp-gcp-production-au': 'ctp-gcp-production-au',
37
36
  'ctp-gcp-production-eu': 'ctp-gcp-production-eu',
38
37
  'ctp-gcp-production-us': 'ctp-gcp-production-us',
39
- 'ctp-vw-production-eu': 'ctp-vw-production-eu',
40
38
  'ctp-att-production-va': 'ctp-att-production-va'
41
39
  };
42
40
  const bucketRegions = {
@@ -59,6 +57,7 @@ const storageProviders = {
59
57
  urls: {
60
58
  public: {
61
59
  default: null,
60
+ [bucketEnvironments['ctp-aws-staging-eu']]: 'https://mc-storage.eu-central-1.aws.escemo.com',
62
61
  [bucketEnvironments['ctp-aws-production-eu']]: 'https://mc-storage.eu-central-1.aws.commercetools.com',
63
62
  [bucketEnvironments['ctp-aws-production-us']]: 'https://mc-storage.us-east-2.aws.commercetools.com'
64
63
  },
@@ -74,12 +73,12 @@ const defaultConfig = {
74
73
  [bucketRegions.previews]: [{
75
74
  cloudEnvironment: clusterContexts['ctp_staging_gcp_europe-west1_v1'],
76
75
  bucketEnvironment: bucketEnvironments['ctp-gcp-staging-eu']
77
- }, {
78
- cloudEnvironment: clusterContexts['vw_staging_aws_eu-central-1_v1'],
79
- bucketEnvironment: bucketEnvironments['ctp-vw-staging-eu']
80
76
  }, {
81
77
  cloudEnvironment: clusterContexts['ctp_testing_performance_gcp_europe-west1_v1'],
82
78
  bucketEnvironment: bucketEnvironments['ctp-gcp-testing-performance-eu']
79
+ }, {
80
+ cloudEnvironment: clusterContexts['ctp_staging_aws_eu-central-1_v1'],
81
+ bucketEnvironment: bucketEnvironments['ctp-aws-staging-eu']
83
82
  }],
84
83
  [bucketRegions.europe]: [{
85
84
  cloudEnvironment: clusterContexts['ctp_production_aws_eu-central-1_v1'],
@@ -88,9 +87,6 @@ const defaultConfig = {
88
87
  }, {
89
88
  cloudEnvironment: clusterContexts['ctp_production_gcp_europe-west1_v1'],
90
89
  bucketEnvironment: bucketEnvironments['ctp-gcp-production-eu']
91
- }, {
92
- cloudEnvironment: clusterContexts['vw_production_aws_eu-central-1_v1'],
93
- bucketEnvironment: bucketEnvironments['ctp-vw-production-eu']
94
90
  }],
95
91
  [bucketRegions.northAmerica]: [{
96
92
  cloudEnvironment: clusterContexts['ctp_production_aws_us-east-2_v1'],
@@ -7,26 +7,24 @@ import { merge } from 'ts-deepmerge';
7
7
  import lodash from 'lodash';
8
8
 
9
9
  const clusterContexts = {
10
+ 'ctp_staging_aws_eu-central-1_v1': 'ctp_staging_aws_eu-central-1_v1',
10
11
  'ctp_staging_gcp_europe-west1_v1': 'ctp_staging_gcp_europe-west1_v1',
11
- 'vw_staging_aws_eu-central-1_v1': 'vw_staging_aws_eu-central-1_v1',
12
12
  'ctp_testing_performance_gcp_europe-west1_v1': 'ctp_testing_performance_gcp_europe-west1_v1',
13
13
  'ctp_production_aws_eu-central-1_v1': 'ctp_production_aws_eu-central-1_v1',
14
14
  'ctp_production_gcp_europe-west1_v1': 'ctp_production_gcp_europe-west1_v1',
15
- 'vw_production_aws_eu-central-1_v1': 'vw_production_aws_eu-central-1_v1',
16
15
  'ctp_production_aws_us-east-2_v1': 'ctp_production_aws_us-east-2_v1',
17
16
  'ctp_production_gcp_us-central1_v1': 'ctp_production_gcp_us-central1_v1',
18
17
  'ctp_production_gcp_australia-southeast1_v1': 'ctp_production_gcp_australia-southeast1_v1'
19
18
  };
20
19
  const bucketEnvironments = {
20
+ 'ctp-aws-staging-eu': 'ctp-aws-staging-eu',
21
21
  'ctp-gcp-staging-eu': 'ctp-gcp-staging-eu',
22
- 'ctp-vw-staging-eu': 'ctp-vw-staging-eu',
23
22
  'ctp-gcp-testing-performance-eu': 'ctp-gcp-testing-performance-eu',
24
23
  'ctp-aws-production-eu': 'ctp-aws-production-eu',
25
24
  'ctp-aws-production-us': 'ctp-aws-production-us',
26
25
  'ctp-gcp-production-au': 'ctp-gcp-production-au',
27
26
  'ctp-gcp-production-eu': 'ctp-gcp-production-eu',
28
27
  'ctp-gcp-production-us': 'ctp-gcp-production-us',
29
- 'ctp-vw-production-eu': 'ctp-vw-production-eu',
30
28
  'ctp-att-production-va': 'ctp-att-production-va'
31
29
  };
32
30
  const bucketRegions = {
@@ -49,6 +47,7 @@ const storageProviders = {
49
47
  urls: {
50
48
  public: {
51
49
  default: null,
50
+ [bucketEnvironments['ctp-aws-staging-eu']]: 'https://mc-storage.eu-central-1.aws.escemo.com',
52
51
  [bucketEnvironments['ctp-aws-production-eu']]: 'https://mc-storage.eu-central-1.aws.commercetools.com',
53
52
  [bucketEnvironments['ctp-aws-production-us']]: 'https://mc-storage.us-east-2.aws.commercetools.com'
54
53
  },
@@ -64,12 +63,12 @@ const defaultConfig = {
64
63
  [bucketRegions.previews]: [{
65
64
  cloudEnvironment: clusterContexts['ctp_staging_gcp_europe-west1_v1'],
66
65
  bucketEnvironment: bucketEnvironments['ctp-gcp-staging-eu']
67
- }, {
68
- cloudEnvironment: clusterContexts['vw_staging_aws_eu-central-1_v1'],
69
- bucketEnvironment: bucketEnvironments['ctp-vw-staging-eu']
70
66
  }, {
71
67
  cloudEnvironment: clusterContexts['ctp_testing_performance_gcp_europe-west1_v1'],
72
68
  bucketEnvironment: bucketEnvironments['ctp-gcp-testing-performance-eu']
69
+ }, {
70
+ cloudEnvironment: clusterContexts['ctp_staging_aws_eu-central-1_v1'],
71
+ bucketEnvironment: bucketEnvironments['ctp-aws-staging-eu']
73
72
  }],
74
73
  [bucketRegions.europe]: [{
75
74
  cloudEnvironment: clusterContexts['ctp_production_aws_eu-central-1_v1'],
@@ -78,9 +77,6 @@ const defaultConfig = {
78
77
  }, {
79
78
  cloudEnvironment: clusterContexts['ctp_production_gcp_europe-west1_v1'],
80
79
  bucketEnvironment: bucketEnvironments['ctp-gcp-production-eu']
81
- }, {
82
- cloudEnvironment: clusterContexts['vw_production_aws_eu-central-1_v1'],
83
- bucketEnvironment: bucketEnvironments['ctp-vw-production-eu']
84
80
  }],
85
81
  [bucketRegions.northAmerica]: [{
86
82
  cloudEnvironment: clusterContexts['ctp_production_aws_us-east-2_v1'],
@@ -17,26 +17,24 @@ var _bindInstanceProperty__default = /*#__PURE__*/_interopDefault(_bindInstanceP
17
17
  var lodash__default = /*#__PURE__*/_interopDefault(lodash);
18
18
 
19
19
  const clusterContexts = {
20
+ 'ctp_staging_aws_eu-central-1_v1': 'ctp_staging_aws_eu-central-1_v1',
20
21
  'ctp_staging_gcp_europe-west1_v1': 'ctp_staging_gcp_europe-west1_v1',
21
- 'vw_staging_aws_eu-central-1_v1': 'vw_staging_aws_eu-central-1_v1',
22
22
  'ctp_testing_performance_gcp_europe-west1_v1': 'ctp_testing_performance_gcp_europe-west1_v1',
23
23
  'ctp_production_aws_eu-central-1_v1': 'ctp_production_aws_eu-central-1_v1',
24
24
  'ctp_production_gcp_europe-west1_v1': 'ctp_production_gcp_europe-west1_v1',
25
- 'vw_production_aws_eu-central-1_v1': 'vw_production_aws_eu-central-1_v1',
26
25
  'ctp_production_aws_us-east-2_v1': 'ctp_production_aws_us-east-2_v1',
27
26
  'ctp_production_gcp_us-central1_v1': 'ctp_production_gcp_us-central1_v1',
28
27
  'ctp_production_gcp_australia-southeast1_v1': 'ctp_production_gcp_australia-southeast1_v1'
29
28
  };
30
29
  const bucketEnvironments = {
30
+ 'ctp-aws-staging-eu': 'ctp-aws-staging-eu',
31
31
  'ctp-gcp-staging-eu': 'ctp-gcp-staging-eu',
32
- 'ctp-vw-staging-eu': 'ctp-vw-staging-eu',
33
32
  'ctp-gcp-testing-performance-eu': 'ctp-gcp-testing-performance-eu',
34
33
  'ctp-aws-production-eu': 'ctp-aws-production-eu',
35
34
  'ctp-aws-production-us': 'ctp-aws-production-us',
36
35
  'ctp-gcp-production-au': 'ctp-gcp-production-au',
37
36
  'ctp-gcp-production-eu': 'ctp-gcp-production-eu',
38
37
  'ctp-gcp-production-us': 'ctp-gcp-production-us',
39
- 'ctp-vw-production-eu': 'ctp-vw-production-eu',
40
38
  'ctp-att-production-va': 'ctp-att-production-va'
41
39
  };
42
40
  const bucketRegions = {
@@ -59,6 +57,7 @@ const storageProviders = {
59
57
  urls: {
60
58
  public: {
61
59
  default: null,
60
+ [bucketEnvironments['ctp-aws-staging-eu']]: 'https://mc-storage.eu-central-1.aws.escemo.com',
62
61
  [bucketEnvironments['ctp-aws-production-eu']]: 'https://mc-storage.eu-central-1.aws.commercetools.com',
63
62
  [bucketEnvironments['ctp-aws-production-us']]: 'https://mc-storage.us-east-2.aws.commercetools.com'
64
63
  },
@@ -74,12 +73,12 @@ const defaultConfig = {
74
73
  [bucketRegions.previews]: [{
75
74
  cloudEnvironment: clusterContexts['ctp_staging_gcp_europe-west1_v1'],
76
75
  bucketEnvironment: bucketEnvironments['ctp-gcp-staging-eu']
77
- }, {
78
- cloudEnvironment: clusterContexts['vw_staging_aws_eu-central-1_v1'],
79
- bucketEnvironment: bucketEnvironments['ctp-vw-staging-eu']
80
76
  }, {
81
77
  cloudEnvironment: clusterContexts['ctp_testing_performance_gcp_europe-west1_v1'],
82
78
  bucketEnvironment: bucketEnvironments['ctp-gcp-testing-performance-eu']
79
+ }, {
80
+ cloudEnvironment: clusterContexts['ctp_staging_aws_eu-central-1_v1'],
81
+ bucketEnvironment: bucketEnvironments['ctp-aws-staging-eu']
83
82
  }],
84
83
  [bucketRegions.europe]: [{
85
84
  cloudEnvironment: clusterContexts['ctp_production_aws_eu-central-1_v1'],
@@ -88,9 +87,6 @@ const defaultConfig = {
88
87
  }, {
89
88
  cloudEnvironment: clusterContexts['ctp_production_gcp_europe-west1_v1'],
90
89
  bucketEnvironment: bucketEnvironments['ctp-gcp-production-eu']
91
- }, {
92
- cloudEnvironment: clusterContexts['vw_production_aws_eu-central-1_v1'],
93
- bucketEnvironment: bucketEnvironments['ctp-vw-production-eu']
94
90
  }],
95
91
  [bucketRegions.northAmerica]: [{
96
92
  cloudEnvironment: clusterContexts['ctp_production_aws_us-east-2_v1'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/application-cli",
3
- "version": "6.1.10",
3
+ "version": "7.1.0",
4
4
  "description": "Internal CLI to manage Merchant Center application deployments across various environments.",
5
5
  "keywords": [
6
6
  "commercetools",
@@ -22,13 +22,13 @@
22
22
  "dependencies": {
23
23
  "@babel/core": "^7.22.11",
24
24
  "@babel/runtime-corejs3": "^7.21.0",
25
- "@commercetools-frontend/application-config": "24.11.0",
26
- "@commercetools-frontend/constants": "24.11.0",
27
- "@commercetools-frontend/l10n": "24.11.0",
25
+ "@commercetools-frontend/application-config": "24.13.0",
26
+ "@commercetools-frontend/constants": "24.13.0",
27
+ "@commercetools-frontend/l10n": "24.13.0",
28
28
  "@manypkg/find-root": "2.2.3",
29
29
  "commander": "^13.1.0",
30
30
  "cosmiconfig": "9.0.0",
31
- "dotenv": "16.6.1",
31
+ "dotenv": "17.2.3",
32
32
  "execa": "5.1.1",
33
33
  "jsonschema": "^1.4.1",
34
34
  "listr2": "8.3.3",
@@ -41,7 +41,7 @@
41
41
  "@tsconfig/node20": "20.1.6",
42
42
  "@types/lodash": "^4.14.198",
43
43
  "@types/micromatch": "4.0.9",
44
- "@types/node": "22.19.0",
44
+ "@types/node": "24.1.0",
45
45
  "typescript": "5.2.2"
46
46
  },
47
47
  "engines": {