@commercetools-frontend/application-cli 5.0.1 → 6.0.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/cli/dist/commercetools-frontend-application-cli-cli.cjs.d.ts +1 -1
- package/cli/dist/commercetools-frontend-application-cli-cli.cjs.dev.js +8 -9
- package/cli/dist/commercetools-frontend-application-cli-cli.cjs.prod.js +8 -9
- package/cli/dist/commercetools-frontend-application-cli-cli.esm.js +8 -9
- package/dist/commercetools-frontend-application-cli.cjs.d.ts +1 -1
- package/dist/commercetools-frontend-application-cli.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-application-cli.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-application-cli.esm.js +1 -1
- package/dist/declarations/src/constants.d.ts +0 -22
- package/dist/{storage-buckets-config-2cde4ee9.cjs.prod.js → storage-buckets-config-30069ab7.cjs.dev.js} +2 -33
- package/dist/{storage-buckets-config-b89e3489.cjs.dev.js → storage-buckets-config-6c4043df.cjs.prod.js} +2 -33
- package/dist/{storage-buckets-config-f0287ffd.esm.js → storage-buckets-config-fa564d15.esm.js} +2 -33
- package/package.json +6 -7
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "../../dist/declarations/src/cli";
|
|
1
|
+
export * from "../../dist/declarations/src/cli.js";
|
|
2
2
|
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy1mcm9udGVuZC1hcHBsaWNhdGlvbi1jbGktY2xpLmNqcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vZGlzdC9kZWNsYXJhdGlvbnMvc3JjL2NsaS5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=
|
|
@@ -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-
|
|
20
|
+
var storageBucketsConfig = require('../../dist/storage-buckets-config-30069ab7.cjs.dev.js');
|
|
21
21
|
var fs = require('node:fs');
|
|
22
22
|
var path$1 = require('node:path');
|
|
23
23
|
var listr2 = require('listr2');
|
|
@@ -955,7 +955,7 @@ async function command$3(cliFlags, cwd) {
|
|
|
955
955
|
// Something random, just to have environment variable defined.
|
|
956
956
|
REVISION: '123'
|
|
957
957
|
});
|
|
958
|
-
const applicationRuntimeConfig = applicationConfig.processConfig({
|
|
958
|
+
const applicationRuntimeConfig = await applicationConfig.processConfig({
|
|
959
959
|
disableCache: true,
|
|
960
960
|
applicationPath: applicationDirectory,
|
|
961
961
|
processEnv
|
|
@@ -1265,7 +1265,7 @@ async function command(cliFlags) {
|
|
|
1265
1265
|
|
|
1266
1266
|
var pkgJson = {
|
|
1267
1267
|
name: "@commercetools-frontend/application-cli",
|
|
1268
|
-
version: "
|
|
1268
|
+
version: "6.0.0",
|
|
1269
1269
|
description: "Internal CLI to manage Merchant Center application deployments across various environments.",
|
|
1270
1270
|
keywords: [
|
|
1271
1271
|
"commercetools",
|
|
@@ -1289,18 +1289,17 @@ var pkgJson = {
|
|
|
1289
1289
|
},
|
|
1290
1290
|
dependencies: {
|
|
1291
1291
|
"@babel/core": "^7.22.11",
|
|
1292
|
-
"@babel/runtime": "^7.21.0",
|
|
1293
1292
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
1294
|
-
"@commercetools-frontend/application-config": "22.
|
|
1295
|
-
"@commercetools-frontend/constants": "22.
|
|
1296
|
-
"@commercetools-frontend/l10n": "22.
|
|
1293
|
+
"@commercetools-frontend/application-config": "22.37.0",
|
|
1294
|
+
"@commercetools-frontend/constants": "22.37.0",
|
|
1295
|
+
"@commercetools-frontend/l10n": "22.37.0",
|
|
1297
1296
|
"@manypkg/find-root": "2.2.3",
|
|
1298
1297
|
cac: "^6.7.14",
|
|
1299
1298
|
cosmiconfig: "9.0.0",
|
|
1300
1299
|
dotenv: "16.4.5",
|
|
1301
1300
|
execa: "5.1.1",
|
|
1302
1301
|
jsonschema: "^1.4.1",
|
|
1303
|
-
listr2: "8.2.
|
|
1302
|
+
listr2: "8.2.5",
|
|
1304
1303
|
lodash: "4.17.21",
|
|
1305
1304
|
micromatch: "4.0.8",
|
|
1306
1305
|
"node-fetch": "2.7.0",
|
|
@@ -1310,7 +1309,7 @@ var pkgJson = {
|
|
|
1310
1309
|
"@tsconfig/node20": "20.1.4",
|
|
1311
1310
|
"@types/lodash": "^4.14.198",
|
|
1312
1311
|
"@types/micromatch": "4.0.9",
|
|
1313
|
-
"@types/node": "
|
|
1312
|
+
"@types/node": "22.10.10",
|
|
1314
1313
|
typescript: "5.2.2"
|
|
1315
1314
|
},
|
|
1316
1315
|
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-
|
|
20
|
+
var storageBucketsConfig = require('../../dist/storage-buckets-config-6c4043df.cjs.prod.js');
|
|
21
21
|
var fs = require('node:fs');
|
|
22
22
|
var path$1 = require('node:path');
|
|
23
23
|
var listr2 = require('listr2');
|
|
@@ -955,7 +955,7 @@ async function command$3(cliFlags, cwd) {
|
|
|
955
955
|
// Something random, just to have environment variable defined.
|
|
956
956
|
REVISION: '123'
|
|
957
957
|
});
|
|
958
|
-
const applicationRuntimeConfig = applicationConfig.processConfig({
|
|
958
|
+
const applicationRuntimeConfig = await applicationConfig.processConfig({
|
|
959
959
|
disableCache: true,
|
|
960
960
|
applicationPath: applicationDirectory,
|
|
961
961
|
processEnv
|
|
@@ -1265,7 +1265,7 @@ async function command(cliFlags) {
|
|
|
1265
1265
|
|
|
1266
1266
|
var pkgJson = {
|
|
1267
1267
|
name: "@commercetools-frontend/application-cli",
|
|
1268
|
-
version: "
|
|
1268
|
+
version: "6.0.0",
|
|
1269
1269
|
description: "Internal CLI to manage Merchant Center application deployments across various environments.",
|
|
1270
1270
|
keywords: [
|
|
1271
1271
|
"commercetools",
|
|
@@ -1289,18 +1289,17 @@ var pkgJson = {
|
|
|
1289
1289
|
},
|
|
1290
1290
|
dependencies: {
|
|
1291
1291
|
"@babel/core": "^7.22.11",
|
|
1292
|
-
"@babel/runtime": "^7.21.0",
|
|
1293
1292
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
1294
|
-
"@commercetools-frontend/application-config": "22.
|
|
1295
|
-
"@commercetools-frontend/constants": "22.
|
|
1296
|
-
"@commercetools-frontend/l10n": "22.
|
|
1293
|
+
"@commercetools-frontend/application-config": "22.37.0",
|
|
1294
|
+
"@commercetools-frontend/constants": "22.37.0",
|
|
1295
|
+
"@commercetools-frontend/l10n": "22.37.0",
|
|
1297
1296
|
"@manypkg/find-root": "2.2.3",
|
|
1298
1297
|
cac: "^6.7.14",
|
|
1299
1298
|
cosmiconfig: "9.0.0",
|
|
1300
1299
|
dotenv: "16.4.5",
|
|
1301
1300
|
execa: "5.1.1",
|
|
1302
1301
|
jsonschema: "^1.4.1",
|
|
1303
|
-
listr2: "8.2.
|
|
1302
|
+
listr2: "8.2.5",
|
|
1304
1303
|
lodash: "4.17.21",
|
|
1305
1304
|
micromatch: "4.0.8",
|
|
1306
1305
|
"node-fetch": "2.7.0",
|
|
@@ -1310,7 +1309,7 @@ var pkgJson = {
|
|
|
1310
1309
|
"@tsconfig/node20": "20.1.4",
|
|
1311
1310
|
"@types/lodash": "^4.14.198",
|
|
1312
1311
|
"@types/micromatch": "4.0.9",
|
|
1313
|
-
"@types/node": "
|
|
1312
|
+
"@types/node": "22.10.10",
|
|
1314
1313
|
typescript: "5.2.2"
|
|
1315
1314
|
},
|
|
1316
1315
|
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-
|
|
16
|
+
import { s as storageProviders, l as loadStorageBucketsConfig, c as clusterContexts, a as loadConfig } from '../../dist/storage-buckets-config-fa564d15.esm.js';
|
|
17
17
|
import fs from 'node:fs';
|
|
18
18
|
import path$1 from 'node:path';
|
|
19
19
|
import { Listr } from 'listr2';
|
|
@@ -919,7 +919,7 @@ async function command$3(cliFlags, cwd) {
|
|
|
919
919
|
// Something random, just to have environment variable defined.
|
|
920
920
|
REVISION: '123'
|
|
921
921
|
});
|
|
922
|
-
const applicationRuntimeConfig = processConfig({
|
|
922
|
+
const applicationRuntimeConfig = await processConfig({
|
|
923
923
|
disableCache: true,
|
|
924
924
|
applicationPath: applicationDirectory,
|
|
925
925
|
processEnv
|
|
@@ -1229,7 +1229,7 @@ async function command(cliFlags) {
|
|
|
1229
1229
|
|
|
1230
1230
|
var pkgJson = {
|
|
1231
1231
|
name: "@commercetools-frontend/application-cli",
|
|
1232
|
-
version: "
|
|
1232
|
+
version: "6.0.0",
|
|
1233
1233
|
description: "Internal CLI to manage Merchant Center application deployments across various environments.",
|
|
1234
1234
|
keywords: [
|
|
1235
1235
|
"commercetools",
|
|
@@ -1253,18 +1253,17 @@ var pkgJson = {
|
|
|
1253
1253
|
},
|
|
1254
1254
|
dependencies: {
|
|
1255
1255
|
"@babel/core": "^7.22.11",
|
|
1256
|
-
"@babel/runtime": "^7.21.0",
|
|
1257
1256
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
1258
|
-
"@commercetools-frontend/application-config": "22.
|
|
1259
|
-
"@commercetools-frontend/constants": "22.
|
|
1260
|
-
"@commercetools-frontend/l10n": "22.
|
|
1257
|
+
"@commercetools-frontend/application-config": "22.37.0",
|
|
1258
|
+
"@commercetools-frontend/constants": "22.37.0",
|
|
1259
|
+
"@commercetools-frontend/l10n": "22.37.0",
|
|
1261
1260
|
"@manypkg/find-root": "2.2.3",
|
|
1262
1261
|
cac: "^6.7.14",
|
|
1263
1262
|
cosmiconfig: "9.0.0",
|
|
1264
1263
|
dotenv: "16.4.5",
|
|
1265
1264
|
execa: "5.1.1",
|
|
1266
1265
|
jsonschema: "^1.4.1",
|
|
1267
|
-
listr2: "8.2.
|
|
1266
|
+
listr2: "8.2.5",
|
|
1268
1267
|
lodash: "4.17.21",
|
|
1269
1268
|
micromatch: "4.0.8",
|
|
1270
1269
|
"node-fetch": "2.7.0",
|
|
@@ -1274,7 +1273,7 @@ var pkgJson = {
|
|
|
1274
1273
|
"@tsconfig/node20": "20.1.4",
|
|
1275
1274
|
"@types/lodash": "^4.14.198",
|
|
1276
1275
|
"@types/micromatch": "4.0.9",
|
|
1277
|
-
"@types/node": "
|
|
1276
|
+
"@types/node": "22.10.10",
|
|
1278
1277
|
typescript: "5.2.2"
|
|
1279
1278
|
},
|
|
1280
1279
|
engines: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./declarations/src/index";
|
|
1
|
+
export * from "./declarations/src/index.js";
|
|
2
2
|
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy1mcm9udGVuZC1hcHBsaWNhdGlvbi1jbGkuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var storageBucketsConfig = require('./storage-buckets-config-
|
|
5
|
+
var storageBucketsConfig = require('./storage-buckets-config-30069ab7.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('cosmiconfig');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var storageBucketsConfig = require('./storage-buckets-config-
|
|
5
|
+
var storageBucketsConfig = require('./storage-buckets-config-6c4043df.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('cosmiconfig');
|
|
@@ -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-
|
|
1
|
+
export { b as bucketEnvironments, e as bucketRegions, c as clusterContexts, d as defineStorageBucketsConfig, s as storageProviders } from './storage-buckets-config-fa564d15.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 'cosmiconfig';
|
|
@@ -10,40 +10,18 @@ export declare const clusterContexts: {
|
|
|
10
10
|
readonly 'ctp_production_aws_us-east-2_v1': "ctp_production_aws_us-east-2_v1";
|
|
11
11
|
readonly 'ctp_production_gcp_us-central1_v1': "ctp_production_gcp_us-central1_v1";
|
|
12
12
|
readonly 'ctp_production_gcp_australia-southeast1_v1': "ctp_production_gcp_australia-southeast1_v1";
|
|
13
|
-
readonly ctp_staging_azure_northeurope_v1: "ctp_staging_azure_northeurope_v1";
|
|
14
|
-
readonly ctp_production_azure_eastus_v1: "ctp_production_azure_eastus_v1";
|
|
15
|
-
readonly ctp_production_azure_germanywestcentral_v1: "ctp_production_azure_germanywestcentral_v1";
|
|
16
13
|
};
|
|
17
14
|
export declare const bucketEnvironments: {
|
|
18
15
|
readonly 'ctp-gcp-staging-eu': "ctp-gcp-staging-eu";
|
|
19
16
|
readonly 'ctp-vw-staging-eu': "ctp-vw-staging-eu";
|
|
20
17
|
readonly 'ctp-gcp-testing-performance-eu': "ctp-gcp-testing-performance-eu";
|
|
21
|
-
readonly 'ctp-azure-staging-eu': "ctp-azure-staging-eu";
|
|
22
18
|
readonly 'ctp-aws-production-eu': "ctp-aws-production-eu";
|
|
23
19
|
readonly 'ctp-aws-production-us': "ctp-aws-production-us";
|
|
24
|
-
readonly 'ctp-azure-production-eu': "ctp-azure-production-eu";
|
|
25
|
-
readonly 'ctp-azure-production-us': "ctp-azure-production-us";
|
|
26
20
|
readonly 'ctp-gcp-production-au': "ctp-gcp-production-au";
|
|
27
21
|
readonly 'ctp-gcp-production-eu': "ctp-gcp-production-eu";
|
|
28
22
|
readonly 'ctp-gcp-production-us': "ctp-gcp-production-us";
|
|
29
23
|
readonly 'ctp-vw-production-eu': "ctp-vw-production-eu";
|
|
30
24
|
readonly 'ctp-att-production-va': "ctp-att-production-va";
|
|
31
|
-
/**
|
|
32
|
-
* @deprecated: use `ctp-gcp-staging-eu` instead
|
|
33
|
-
*/
|
|
34
|
-
readonly 'ctp-gcp-staging': "ctp-gcp-staging";
|
|
35
|
-
/**
|
|
36
|
-
* @deprecated: use `ctp-azure-staging-eu` instead
|
|
37
|
-
*/
|
|
38
|
-
readonly 'ctp-azure-staging': "ctp-azure-staging";
|
|
39
|
-
/**
|
|
40
|
-
* @deprecated: use `ctp-aws-production-eu` instead
|
|
41
|
-
*/
|
|
42
|
-
readonly 'ctp-aws-production-fra': "ctp-aws-production-fra";
|
|
43
|
-
/**
|
|
44
|
-
* @deprecated: use `ctp-aws-production-us` instead
|
|
45
|
-
*/
|
|
46
|
-
readonly 'ctp-aws-production-ohio': "ctp-aws-production-ohio";
|
|
47
25
|
};
|
|
48
26
|
export declare const bucketRegions: {
|
|
49
27
|
readonly previews: "merchant-center-previews";
|
|
@@ -22,41 +22,19 @@ const clusterContexts = {
|
|
|
22
22
|
'att_production_aws_us-east-1_v1': 'att_production_aws_us-east-1_v1',
|
|
23
23
|
'ctp_production_aws_us-east-2_v1': 'ctp_production_aws_us-east-2_v1',
|
|
24
24
|
'ctp_production_gcp_us-central1_v1': 'ctp_production_gcp_us-central1_v1',
|
|
25
|
-
'ctp_production_gcp_australia-southeast1_v1': 'ctp_production_gcp_australia-southeast1_v1'
|
|
26
|
-
ctp_staging_azure_northeurope_v1: 'ctp_staging_azure_northeurope_v1',
|
|
27
|
-
ctp_production_azure_eastus_v1: 'ctp_production_azure_eastus_v1',
|
|
28
|
-
ctp_production_azure_germanywestcentral_v1: 'ctp_production_azure_germanywestcentral_v1'
|
|
25
|
+
'ctp_production_gcp_australia-southeast1_v1': 'ctp_production_gcp_australia-southeast1_v1'
|
|
29
26
|
};
|
|
30
27
|
const bucketEnvironments = {
|
|
31
28
|
'ctp-gcp-staging-eu': 'ctp-gcp-staging-eu',
|
|
32
29
|
'ctp-vw-staging-eu': 'ctp-vw-staging-eu',
|
|
33
30
|
'ctp-gcp-testing-performance-eu': 'ctp-gcp-testing-performance-eu',
|
|
34
|
-
'ctp-azure-staging-eu': 'ctp-azure-staging-eu',
|
|
35
31
|
'ctp-aws-production-eu': 'ctp-aws-production-eu',
|
|
36
32
|
'ctp-aws-production-us': 'ctp-aws-production-us',
|
|
37
|
-
'ctp-azure-production-eu': 'ctp-azure-production-eu',
|
|
38
|
-
'ctp-azure-production-us': 'ctp-azure-production-us',
|
|
39
33
|
'ctp-gcp-production-au': 'ctp-gcp-production-au',
|
|
40
34
|
'ctp-gcp-production-eu': 'ctp-gcp-production-eu',
|
|
41
35
|
'ctp-gcp-production-us': 'ctp-gcp-production-us',
|
|
42
36
|
'ctp-vw-production-eu': 'ctp-vw-production-eu',
|
|
43
|
-
'ctp-att-production-va': 'ctp-att-production-va'
|
|
44
|
-
/**
|
|
45
|
-
* @deprecated: use `ctp-gcp-staging-eu` instead
|
|
46
|
-
*/
|
|
47
|
-
'ctp-gcp-staging': 'ctp-gcp-staging',
|
|
48
|
-
/**
|
|
49
|
-
* @deprecated: use `ctp-azure-staging-eu` instead
|
|
50
|
-
*/
|
|
51
|
-
'ctp-azure-staging': 'ctp-azure-staging',
|
|
52
|
-
/**
|
|
53
|
-
* @deprecated: use `ctp-aws-production-eu` instead
|
|
54
|
-
*/
|
|
55
|
-
'ctp-aws-production-fra': 'ctp-aws-production-fra',
|
|
56
|
-
/**
|
|
57
|
-
* @deprecated: use `ctp-aws-production-us` instead
|
|
58
|
-
*/
|
|
59
|
-
'ctp-aws-production-ohio': 'ctp-aws-production-ohio'
|
|
37
|
+
'ctp-att-production-va': 'ctp-att-production-va'
|
|
60
38
|
};
|
|
61
39
|
const bucketRegions = {
|
|
62
40
|
previews: 'merchant-center-previews',
|
|
@@ -99,9 +77,6 @@ const defaultConfig = {
|
|
|
99
77
|
}, {
|
|
100
78
|
cloudEnvironment: clusterContexts['ctp_testing_performance_gcp_europe-west1_v1'],
|
|
101
79
|
bucketEnvironment: bucketEnvironments['ctp-gcp-testing-performance-eu']
|
|
102
|
-
}, {
|
|
103
|
-
cloudEnvironment: clusterContexts['ctp_staging_azure_northeurope_v1'],
|
|
104
|
-
bucketEnvironment: bucketEnvironments['ctp-azure-staging-eu']
|
|
105
80
|
}],
|
|
106
81
|
[bucketRegions.europe]: [{
|
|
107
82
|
cloudEnvironment: clusterContexts['ctp_production_aws_eu-central-1_v1'],
|
|
@@ -113,9 +88,6 @@ const defaultConfig = {
|
|
|
113
88
|
}, {
|
|
114
89
|
cloudEnvironment: clusterContexts['vw_production_aws_eu-central-1_v1'],
|
|
115
90
|
bucketEnvironment: bucketEnvironments['ctp-vw-production-eu']
|
|
116
|
-
}, {
|
|
117
|
-
cloudEnvironment: clusterContexts['ctp_production_azure_germanywestcentral_v1'],
|
|
118
|
-
bucketEnvironment: bucketEnvironments['ctp-azure-production-eu']
|
|
119
91
|
}],
|
|
120
92
|
[bucketRegions.northAmerica]: [{
|
|
121
93
|
cloudEnvironment: clusterContexts['att_production_aws_us-east-1_v1'],
|
|
@@ -127,9 +99,6 @@ const defaultConfig = {
|
|
|
127
99
|
}, {
|
|
128
100
|
cloudEnvironment: clusterContexts['ctp_production_gcp_us-central1_v1'],
|
|
129
101
|
bucketEnvironment: bucketEnvironments['ctp-gcp-production-us']
|
|
130
|
-
}, {
|
|
131
|
-
cloudEnvironment: clusterContexts['ctp_production_azure_eastus_v1'],
|
|
132
|
-
bucketEnvironment: bucketEnvironments['ctp-azure-production-us']
|
|
133
102
|
}],
|
|
134
103
|
[bucketRegions.asia]: [{
|
|
135
104
|
cloudEnvironment: clusterContexts['ctp_production_gcp_australia-southeast1_v1'],
|
|
@@ -22,41 +22,19 @@ const clusterContexts = {
|
|
|
22
22
|
'att_production_aws_us-east-1_v1': 'att_production_aws_us-east-1_v1',
|
|
23
23
|
'ctp_production_aws_us-east-2_v1': 'ctp_production_aws_us-east-2_v1',
|
|
24
24
|
'ctp_production_gcp_us-central1_v1': 'ctp_production_gcp_us-central1_v1',
|
|
25
|
-
'ctp_production_gcp_australia-southeast1_v1': 'ctp_production_gcp_australia-southeast1_v1'
|
|
26
|
-
ctp_staging_azure_northeurope_v1: 'ctp_staging_azure_northeurope_v1',
|
|
27
|
-
ctp_production_azure_eastus_v1: 'ctp_production_azure_eastus_v1',
|
|
28
|
-
ctp_production_azure_germanywestcentral_v1: 'ctp_production_azure_germanywestcentral_v1'
|
|
25
|
+
'ctp_production_gcp_australia-southeast1_v1': 'ctp_production_gcp_australia-southeast1_v1'
|
|
29
26
|
};
|
|
30
27
|
const bucketEnvironments = {
|
|
31
28
|
'ctp-gcp-staging-eu': 'ctp-gcp-staging-eu',
|
|
32
29
|
'ctp-vw-staging-eu': 'ctp-vw-staging-eu',
|
|
33
30
|
'ctp-gcp-testing-performance-eu': 'ctp-gcp-testing-performance-eu',
|
|
34
|
-
'ctp-azure-staging-eu': 'ctp-azure-staging-eu',
|
|
35
31
|
'ctp-aws-production-eu': 'ctp-aws-production-eu',
|
|
36
32
|
'ctp-aws-production-us': 'ctp-aws-production-us',
|
|
37
|
-
'ctp-azure-production-eu': 'ctp-azure-production-eu',
|
|
38
|
-
'ctp-azure-production-us': 'ctp-azure-production-us',
|
|
39
33
|
'ctp-gcp-production-au': 'ctp-gcp-production-au',
|
|
40
34
|
'ctp-gcp-production-eu': 'ctp-gcp-production-eu',
|
|
41
35
|
'ctp-gcp-production-us': 'ctp-gcp-production-us',
|
|
42
36
|
'ctp-vw-production-eu': 'ctp-vw-production-eu',
|
|
43
|
-
'ctp-att-production-va': 'ctp-att-production-va'
|
|
44
|
-
/**
|
|
45
|
-
* @deprecated: use `ctp-gcp-staging-eu` instead
|
|
46
|
-
*/
|
|
47
|
-
'ctp-gcp-staging': 'ctp-gcp-staging',
|
|
48
|
-
/**
|
|
49
|
-
* @deprecated: use `ctp-azure-staging-eu` instead
|
|
50
|
-
*/
|
|
51
|
-
'ctp-azure-staging': 'ctp-azure-staging',
|
|
52
|
-
/**
|
|
53
|
-
* @deprecated: use `ctp-aws-production-eu` instead
|
|
54
|
-
*/
|
|
55
|
-
'ctp-aws-production-fra': 'ctp-aws-production-fra',
|
|
56
|
-
/**
|
|
57
|
-
* @deprecated: use `ctp-aws-production-us` instead
|
|
58
|
-
*/
|
|
59
|
-
'ctp-aws-production-ohio': 'ctp-aws-production-ohio'
|
|
37
|
+
'ctp-att-production-va': 'ctp-att-production-va'
|
|
60
38
|
};
|
|
61
39
|
const bucketRegions = {
|
|
62
40
|
previews: 'merchant-center-previews',
|
|
@@ -99,9 +77,6 @@ const defaultConfig = {
|
|
|
99
77
|
}, {
|
|
100
78
|
cloudEnvironment: clusterContexts['ctp_testing_performance_gcp_europe-west1_v1'],
|
|
101
79
|
bucketEnvironment: bucketEnvironments['ctp-gcp-testing-performance-eu']
|
|
102
|
-
}, {
|
|
103
|
-
cloudEnvironment: clusterContexts['ctp_staging_azure_northeurope_v1'],
|
|
104
|
-
bucketEnvironment: bucketEnvironments['ctp-azure-staging-eu']
|
|
105
80
|
}],
|
|
106
81
|
[bucketRegions.europe]: [{
|
|
107
82
|
cloudEnvironment: clusterContexts['ctp_production_aws_eu-central-1_v1'],
|
|
@@ -113,9 +88,6 @@ const defaultConfig = {
|
|
|
113
88
|
}, {
|
|
114
89
|
cloudEnvironment: clusterContexts['vw_production_aws_eu-central-1_v1'],
|
|
115
90
|
bucketEnvironment: bucketEnvironments['ctp-vw-production-eu']
|
|
116
|
-
}, {
|
|
117
|
-
cloudEnvironment: clusterContexts['ctp_production_azure_germanywestcentral_v1'],
|
|
118
|
-
bucketEnvironment: bucketEnvironments['ctp-azure-production-eu']
|
|
119
91
|
}],
|
|
120
92
|
[bucketRegions.northAmerica]: [{
|
|
121
93
|
cloudEnvironment: clusterContexts['att_production_aws_us-east-1_v1'],
|
|
@@ -127,9 +99,6 @@ const defaultConfig = {
|
|
|
127
99
|
}, {
|
|
128
100
|
cloudEnvironment: clusterContexts['ctp_production_gcp_us-central1_v1'],
|
|
129
101
|
bucketEnvironment: bucketEnvironments['ctp-gcp-production-us']
|
|
130
|
-
}, {
|
|
131
|
-
cloudEnvironment: clusterContexts['ctp_production_azure_eastus_v1'],
|
|
132
|
-
bucketEnvironment: bucketEnvironments['ctp-azure-production-us']
|
|
133
102
|
}],
|
|
134
103
|
[bucketRegions.asia]: [{
|
|
135
104
|
cloudEnvironment: clusterContexts['ctp_production_gcp_australia-southeast1_v1'],
|
package/dist/{storage-buckets-config-f0287ffd.esm.js → storage-buckets-config-fa564d15.esm.js}
RENAMED
|
@@ -14,41 +14,19 @@ const clusterContexts = {
|
|
|
14
14
|
'att_production_aws_us-east-1_v1': 'att_production_aws_us-east-1_v1',
|
|
15
15
|
'ctp_production_aws_us-east-2_v1': 'ctp_production_aws_us-east-2_v1',
|
|
16
16
|
'ctp_production_gcp_us-central1_v1': 'ctp_production_gcp_us-central1_v1',
|
|
17
|
-
'ctp_production_gcp_australia-southeast1_v1': 'ctp_production_gcp_australia-southeast1_v1'
|
|
18
|
-
ctp_staging_azure_northeurope_v1: 'ctp_staging_azure_northeurope_v1',
|
|
19
|
-
ctp_production_azure_eastus_v1: 'ctp_production_azure_eastus_v1',
|
|
20
|
-
ctp_production_azure_germanywestcentral_v1: 'ctp_production_azure_germanywestcentral_v1'
|
|
17
|
+
'ctp_production_gcp_australia-southeast1_v1': 'ctp_production_gcp_australia-southeast1_v1'
|
|
21
18
|
};
|
|
22
19
|
const bucketEnvironments = {
|
|
23
20
|
'ctp-gcp-staging-eu': 'ctp-gcp-staging-eu',
|
|
24
21
|
'ctp-vw-staging-eu': 'ctp-vw-staging-eu',
|
|
25
22
|
'ctp-gcp-testing-performance-eu': 'ctp-gcp-testing-performance-eu',
|
|
26
|
-
'ctp-azure-staging-eu': 'ctp-azure-staging-eu',
|
|
27
23
|
'ctp-aws-production-eu': 'ctp-aws-production-eu',
|
|
28
24
|
'ctp-aws-production-us': 'ctp-aws-production-us',
|
|
29
|
-
'ctp-azure-production-eu': 'ctp-azure-production-eu',
|
|
30
|
-
'ctp-azure-production-us': 'ctp-azure-production-us',
|
|
31
25
|
'ctp-gcp-production-au': 'ctp-gcp-production-au',
|
|
32
26
|
'ctp-gcp-production-eu': 'ctp-gcp-production-eu',
|
|
33
27
|
'ctp-gcp-production-us': 'ctp-gcp-production-us',
|
|
34
28
|
'ctp-vw-production-eu': 'ctp-vw-production-eu',
|
|
35
|
-
'ctp-att-production-va': 'ctp-att-production-va'
|
|
36
|
-
/**
|
|
37
|
-
* @deprecated: use `ctp-gcp-staging-eu` instead
|
|
38
|
-
*/
|
|
39
|
-
'ctp-gcp-staging': 'ctp-gcp-staging',
|
|
40
|
-
/**
|
|
41
|
-
* @deprecated: use `ctp-azure-staging-eu` instead
|
|
42
|
-
*/
|
|
43
|
-
'ctp-azure-staging': 'ctp-azure-staging',
|
|
44
|
-
/**
|
|
45
|
-
* @deprecated: use `ctp-aws-production-eu` instead
|
|
46
|
-
*/
|
|
47
|
-
'ctp-aws-production-fra': 'ctp-aws-production-fra',
|
|
48
|
-
/**
|
|
49
|
-
* @deprecated: use `ctp-aws-production-us` instead
|
|
50
|
-
*/
|
|
51
|
-
'ctp-aws-production-ohio': 'ctp-aws-production-ohio'
|
|
29
|
+
'ctp-att-production-va': 'ctp-att-production-va'
|
|
52
30
|
};
|
|
53
31
|
const bucketRegions = {
|
|
54
32
|
previews: 'merchant-center-previews',
|
|
@@ -91,9 +69,6 @@ const defaultConfig = {
|
|
|
91
69
|
}, {
|
|
92
70
|
cloudEnvironment: clusterContexts['ctp_testing_performance_gcp_europe-west1_v1'],
|
|
93
71
|
bucketEnvironment: bucketEnvironments['ctp-gcp-testing-performance-eu']
|
|
94
|
-
}, {
|
|
95
|
-
cloudEnvironment: clusterContexts['ctp_staging_azure_northeurope_v1'],
|
|
96
|
-
bucketEnvironment: bucketEnvironments['ctp-azure-staging-eu']
|
|
97
72
|
}],
|
|
98
73
|
[bucketRegions.europe]: [{
|
|
99
74
|
cloudEnvironment: clusterContexts['ctp_production_aws_eu-central-1_v1'],
|
|
@@ -105,9 +80,6 @@ const defaultConfig = {
|
|
|
105
80
|
}, {
|
|
106
81
|
cloudEnvironment: clusterContexts['vw_production_aws_eu-central-1_v1'],
|
|
107
82
|
bucketEnvironment: bucketEnvironments['ctp-vw-production-eu']
|
|
108
|
-
}, {
|
|
109
|
-
cloudEnvironment: clusterContexts['ctp_production_azure_germanywestcentral_v1'],
|
|
110
|
-
bucketEnvironment: bucketEnvironments['ctp-azure-production-eu']
|
|
111
83
|
}],
|
|
112
84
|
[bucketRegions.northAmerica]: [{
|
|
113
85
|
cloudEnvironment: clusterContexts['att_production_aws_us-east-1_v1'],
|
|
@@ -119,9 +91,6 @@ const defaultConfig = {
|
|
|
119
91
|
}, {
|
|
120
92
|
cloudEnvironment: clusterContexts['ctp_production_gcp_us-central1_v1'],
|
|
121
93
|
bucketEnvironment: bucketEnvironments['ctp-gcp-production-us']
|
|
122
|
-
}, {
|
|
123
|
-
cloudEnvironment: clusterContexts['ctp_production_azure_eastus_v1'],
|
|
124
|
-
bucketEnvironment: bucketEnvironments['ctp-azure-production-us']
|
|
125
94
|
}],
|
|
126
95
|
[bucketRegions.asia]: [{
|
|
127
96
|
cloudEnvironment: clusterContexts['ctp_production_gcp_australia-southeast1_v1'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/application-cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Internal CLI to manage Merchant Center application deployments across various environments.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"commercetools",
|
|
@@ -21,18 +21,17 @@
|
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@babel/core": "^7.22.11",
|
|
24
|
-
"@babel/runtime": "^7.21.0",
|
|
25
24
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
26
|
-
"@commercetools-frontend/application-config": "22.
|
|
27
|
-
"@commercetools-frontend/constants": "22.
|
|
28
|
-
"@commercetools-frontend/l10n": "22.
|
|
25
|
+
"@commercetools-frontend/application-config": "22.37.0",
|
|
26
|
+
"@commercetools-frontend/constants": "22.37.0",
|
|
27
|
+
"@commercetools-frontend/l10n": "22.37.0",
|
|
29
28
|
"@manypkg/find-root": "2.2.3",
|
|
30
29
|
"cac": "^6.7.14",
|
|
31
30
|
"cosmiconfig": "9.0.0",
|
|
32
31
|
"dotenv": "16.4.5",
|
|
33
32
|
"execa": "5.1.1",
|
|
34
33
|
"jsonschema": "^1.4.1",
|
|
35
|
-
"listr2": "8.2.
|
|
34
|
+
"listr2": "8.2.5",
|
|
36
35
|
"lodash": "4.17.21",
|
|
37
36
|
"micromatch": "4.0.8",
|
|
38
37
|
"node-fetch": "2.7.0",
|
|
@@ -42,7 +41,7 @@
|
|
|
42
41
|
"@tsconfig/node20": "20.1.4",
|
|
43
42
|
"@types/lodash": "^4.14.198",
|
|
44
43
|
"@types/micromatch": "4.0.9",
|
|
45
|
-
"@types/node": "
|
|
44
|
+
"@types/node": "22.10.10",
|
|
46
45
|
"typescript": "5.2.2"
|
|
47
46
|
},
|
|
48
47
|
"engines": {
|