From 2d287d878a475011bb4eb36aa5740927541e29f8 Mon Sep 17 00:00:00 2001 From: raj pandey Date: Wed, 24 Jan 2024 13:20:53 +0530 Subject: [PATCH] removed GCP-NA from comments and example --- packages/contentstack-config/src/commands/config/set/region.ts | 1 - packages/contentstack-config/src/utils/interactive.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/contentstack-config/src/commands/config/set/region.ts b/packages/contentstack-config/src/commands/config/set/region.ts index 797fc9b3af..c41acf2b68 100644 --- a/packages/contentstack-config/src/commands/config/set/region.ts +++ b/packages/contentstack-config/src/commands/config/set/region.ts @@ -46,7 +46,6 @@ export default class RegionSetCommand extends BaseCommand --cda --ui-host --name "India"', ]; diff --git a/packages/contentstack-config/src/utils/interactive.ts b/packages/contentstack-config/src/utils/interactive.ts index 4aefdce49f..cb61d915e8 100644 --- a/packages/contentstack-config/src/utils/interactive.ts +++ b/packages/contentstack-config/src/utils/interactive.ts @@ -11,7 +11,6 @@ export const askRegions = async (): Promise => { { name: 'EU', value: 'EU' }, { name: 'AZURE-NA', value: 'AZURE-NA' }, { name: 'AZURE-EU', value: 'AZURE-EU' }, - // { name: 'GCP-NA', value: 'GCP-NA' }, { name: 'Custom', value: 'custom' }, { name: 'exit', value: 'exit' }, ],