@contentstack/cli-cm-export 1.10.3 → 1.10.4
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/LICENSE +1 -1
- package/README.md +1 -1
- package/lib/config/index.js +3 -0
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ $ npm install -g @contentstack/cli-cm-export
|
|
|
48
48
|
$ csdx COMMAND
|
|
49
49
|
running command...
|
|
50
50
|
$ csdx (--version)
|
|
51
|
-
@contentstack/cli-cm-export/1.10.
|
|
51
|
+
@contentstack/cli-cm-export/1.10.4 linux-x64 node-v18.19.0
|
|
52
52
|
$ csdx --help [COMMAND]
|
|
53
53
|
USAGE
|
|
54
54
|
$ csdx COMMAND
|
package/lib/config/index.js
CHANGED
|
@@ -10,6 +10,7 @@ const config = {
|
|
|
10
10
|
'https://eu-api.contentstack.com': 'https://eu-developerhub-api.contentstack.com',
|
|
11
11
|
'https://azure-na-api.contentstack.com': 'https://azure-na-developerhub-api.contentstack.com',
|
|
12
12
|
'https://azure-eu-api.contentstack.com': 'https://azure-eu-developerhub-api.contentstack.com',
|
|
13
|
+
'https://gcp-na-api.contentstack.com': 'https://gcp-na-developerhub-api.contentstack.com',
|
|
13
14
|
},
|
|
14
15
|
// use below hosts for eu region
|
|
15
16
|
// host:'https://eu-api.contentstack.com/v3',
|
|
@@ -17,6 +18,8 @@ const config = {
|
|
|
17
18
|
// host:'https://azure-na-api.contentstack.com/v3',
|
|
18
19
|
// use below hosts for azure-eu region
|
|
19
20
|
// host:'https://azure-eu-api.contentstack.com/v3',
|
|
21
|
+
// use below hosts for gcp-na region
|
|
22
|
+
// host: 'https://gcp-na-api.contentstack.com'
|
|
20
23
|
modules: {
|
|
21
24
|
types: [
|
|
22
25
|
'stack',
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/cli-cm-export",
|
|
3
3
|
"description": "Contentstack CLI plugin to export content from stack",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.4",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bugs": "https://github.com/contentstack/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@contentstack/cli-command": "~1.2.16",
|
|
9
|
-
"@contentstack/cli-utilities": "~1.5.
|
|
9
|
+
"@contentstack/cli-utilities": "~1.5.11",
|
|
10
10
|
"@oclif/core": "^2.9.3",
|
|
11
11
|
"async": "^3.2.4",
|
|
12
12
|
"big-json": "^3.2.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@contentstack/cli-auth": "~1.3.17",
|
|
28
|
-
"@contentstack/cli-config": "~1.
|
|
28
|
+
"@contentstack/cli-config": "~1.6.0",
|
|
29
29
|
"@contentstack/cli-dev-dependencies": "~1.2.4",
|
|
30
30
|
"@oclif/plugin-help": "^5.1.19",
|
|
31
31
|
"@oclif/test": "^2.5.6",
|