@contentstack/cli-config 1.5.1 → 1.6.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
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config
18
18
  $ csdx COMMAND
19
19
  running command...
20
20
  $ csdx (--version)
21
- @contentstack/cli-config/1.5.1 linux-x64 node-v18.19.0
21
+ @contentstack/cli-config/1.6.0 linux-x64 node-v18.19.0
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -38,6 +38,12 @@ const regions = {
38
38
  uiHost: 'https://azure-eu-app.contentstack.com',
39
39
  name: 'AZURE-EU',
40
40
  },
41
+ 'GCP-NA': {
42
+ cma: 'https://gcp-na-api.contentstack.com',
43
+ cda: 'https://gcp-na-cdn.contentstack.com',
44
+ uiHost: 'https://gcp-na-app.contentstack.com',
45
+ name: 'GCP-NA',
46
+ },
41
47
  };
42
48
  class UserConfig {
43
49
  /**
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.1",
2
+ "version": "1.6.0",
3
3
  "commands": {
4
4
  "config:get:base-branch": {
5
5
  "id": "config:get:base-branch",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contentstack/cli-config",
3
3
  "description": "Contentstack CLI plugin for configuration",
4
- "version": "1.5.1",
4
+ "version": "1.6.0",
5
5
  "author": "Contentstack",
6
6
  "scripts": {
7
7
  "build": "npm run clean && npm run compile",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@contentstack/cli-command": "~1.2.16",
25
- "@contentstack/cli-utilities": "~1.5.10",
25
+ "@contentstack/cli-utilities": "~1.5.11",
26
26
  "chalk": "^4.0.0",
27
27
  "debug": "^4.1.1",
28
28
  "inquirer": "8.2.4",
@@ -84,4 +84,4 @@
84
84
  }
85
85
  },
86
86
  "repository": "contentstack/cli"
87
- }
87
+ }